#include <amxvarserver.h>
Inheritance diagram for amxScriptIdVariable:

Public Methods | |
AmxScriptId | |
AmxScriptId variable | |
| amxScriptIdVariable (char *initialValue) | |
| amxScriptIdVariable (SERIAL initialValue=-1) | |
| ~amxScriptIdVariable () | |
| AMXVARSRV_DATATYPE | getType () |
| SERIAL | getValue () |
| void | setValue (char *newValue) |
| void | setValue (SERIAL initialValue=-1) |
| SI32 | getSize () |
| SI32 | getSize (const SI32 index=-1) |
Private Attributes | |
| SERIAL | value |
| script id serial ( is a number into core, string only on save and load ) | |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from amxVariable. |
|
|
|
|
|
Reimplemented from amxVariable. |
|
|
|
|
|
|
|
|
|
|
|
script id serial ( is a number into core, string only on save and load )
|