#include "nxwcommn.h"
Go to the source code of this file.
Compounds | |
| class | amxIntegerVariable |
| class | amxIntegerVector |
| class | amxScriptIdVariable |
| class | amxStringVariable |
| class | amxVariable |
| class | amxVariableServer |
Typedefs | |
| typedef pair< SI32, amxVariable * > | amxVariablePair |
| typedef map< SI32, amxVariable * > | amxVariableMap |
| typedef amxVariableMap::iterator | amxVariableMapIterator |
| typedef pair< SI32, amxVariableMap > | amxObjectVariablePair |
| typedef map< SI32, amxVariableMap > | amxObjectVariableMap |
| typedef amxObjectVariableMap::iterator | amxObjectVariableMapIterator |
Enumerations | |
| enum | AMXVARSRV_ERROR { AMXVARSRV_OK = 0, AMXVARSRV_UNKNOWN_VAR, AMXVARSRV_DUPLICATE_VAR, AMXVARSRV_WRONG_TYPE, AMXVARSRV_ACCESS_DENIED } |
| enum | AMXVARSRV_DATATYPE { AMXVARSRV_UNDEFINED = 0, AMXVARSRV_INTEGER = 1, AMXVARSRV_LOGICAL = 2, AMXVARSRV_STRING = 3, AMXVARSRV_INTEGERVECTOR = 4, AMXVARSRV_SCRIPTID = 5 } |
Variables | |
| amxVariableServer | amxVS |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|