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

Public Methods | |
| amxIntegerVariable (const SI32 initialValue=0) | |
| ~amxIntegerVariable () | |
| AMXVARSRV_DATATYPE | getType () |
| SI32 | getValue () |
| void | setValue (const SI32 newValue) |
| SI32 | getSize () |
| SI32 | getSize (const SI32 index=-1) |
Private Attributes | |
| SI32 | value |
|
|
|
|
|
|
|
|
Reimplemented from amxVariable. |
|
|
|
|
|
Reimplemented from amxVariable. |
|
|
|
|
|
|
|
|
|