|
enum | State { kInit,
kLoad,
kRun,
kExit
} |
|
void | process () override |
|
void | onStateEnter (const NancyState::NancyState prevState) override |
|
const SoundDescription & | getSound () |
|
static bool | hasInstance () |
|
static Map & | instance () |
|
static void | destroy () |
|
typedef Map | SingletonBaseType |
|
void | setLabel (int labelID) |
|
const MAP * | _mapData |
|
MapViewport | _viewport |
|
RenderObject | _label |
|
RenderObject | _closedLabel |
|
RenderObject | _background |
|
State | _state |
|
uint16 | _mapID |
|
int16 | _pickedLocationID |
|
Common::Array< bool > | _activeLocations |
|
Common::Array< Common::Rect > | _locationLabelDests |
|
static Map * | _singleton |
|
The documentation for this class was generated from the following file:
- engines/nancy/state/map.h