|
|
Plotter | _plotter |
| |
|
Common::Array< JetFrame > | _jetFrame |
| |
|
Function | _function |
| |
|
int | _roomFlag |
| |
|
byte * | _playField |
| |
|
int | _matrixSize |
| |
|
int | _playFieldWidth |
| |
|
int | _playFieldHeight |
| |
|
byte * | _tile |
| |
|
int | _selectCommand |
| |
|
bool | _conFlag |
| |
|
int | _rMouse [10][2] |
| |
|
|
void | loadRoomData (const byte *roomData) |
| |
| void | freePlayField () |
| |
| void | freeTileData () |
| |
|
int | checkBoxes () |
| |
|
int | checkBoxes1 (const Common::Point &pt) |
| |
|
int | checkBoxes2 (const Common::Point &pt, int start, int count) |
| |
|
void | checkBoxes3 () |
| |
|
int | validateBox (int boxId) |
| |
| void | executeCommand (int commandId) |
| |
|
void | clearCamera () |
| |
|
virtual void | roomInit () |
| |
|
virtual void | reloadRoom ()=0 |
| |
|
virtual void | reloadRoom1 ()=0 |
| |
|
virtual void | setupRoom () |
| |
|
virtual void | doCommands () |
| |
|
virtual void | mainAreaClick ()=0 |
| |
|
virtual void | walkCursor () |
| |
◆ freePlayField()
| void Access::Room::freePlayField |
( |
| ) |
|
|
protected |
◆ freeTileData()
| void Access::Room::freeTileData |
( |
| ) |
|
|
protected |
◆ executeCommand()
| void Access::Room::executeCommand |
( |
int |
commandId | ) |
|
|
protected |
Inner handler for switching to a given command mode
◆ clearRoom()
| virtual void Access::Room::clearRoom |
( |
| ) |
|
|
virtual |
◆ buildScreen()
| void Access::Room::buildScreen |
( |
| ) |
|
◆ buildColumn()
| void Access::Room::buildColumn |
( |
int |
playX, |
|
|
int |
screenX |
|
) |
| |
Draw a column of a game scene
◆ buildRow()
| void Access::Room::buildRow |
( |
int |
playY, |
|
|
int |
screenY |
|
) |
| |
Draw a row of a game scene
◆ handleCommand()
| void Access::Room::handleCommand |
( |
int |
commandId | ) |
|
Switch to a given command mode
The documentation for this class was generated from the following file: