DynRPG v0.32 Unofficial
Plugin SDK
|
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. More...
#include <Variables.h>
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.