DynRPG  v0.20
RM2k3 Plugin SDK
Public Member Functions
RPG::Switches Class Reference

Provides easy access to in-game switches. More...

List of all members.

Public Member Functions

bool & operator[] (int index)
 Array access operator.

Detailed Description

Provides easy access to in-game switches.

You may also use RPG::System::switches, but the RPG::Switches class will also tolerate negative indexes and is less to type.

See also:
RPG::switches

Member Function Documentation

bool& RPG::Switches::operator[] ( int  index) [inline]

Array access operator.