#include <string>
#include <vector>
#include "client.h"
Go to the source code of this file.
Namespaces | |
| namespace | std |
Compounds | |
| class | AmxEvent |
| Definition of AmxEvent. More... | |
Functions | |
| void | initAmxEvents (void) |
| initializes to nulls the hash queues for amx events | |
| bool | checkItemUsability (P_CHAR pc, P_ITEM pi, int type) |
| wrap for check usability | |
| AmxEvent * | newAmxEvent (char *funcname, bool dynamic=false) |
| creates a new amx event or load a previous equivalent one | |
|
||||||||||||||||
|
wrap for check usability
|
|
|
initializes to nulls the hash queues for amx events
|
|
||||||||||||
|
creates a new amx event or load a previous equivalent one
|