![]() |
DynRPG
v0.20
RM2k3 Plugin SDK
|
Provides easy access to in-game variables. More...
Public Member Functions | |
int & | operator[] (int index) |
Array access operator. |
Provides easy access to in-game variables.
You may also use RPG::System::variables, but the RPG::Variables class will also tolerate negative indexes and is less to type.
int& RPG::Variables::operator[] | ( | int | index | ) | [inline] |
Array access operator.