Class providing a method to control the dialog game state (required for modal messages). More...
Low Level Methods | |
void | UpdateLevel (bool update) |
Set wether to update the level while in dialog state. | |
void | RenderLevel (bool render) |
Set wether to render the level while in dialog state. | |
void | Enter () |
Switch from play state to dialog state. | |
void | Exit () |
Switch from dialog state to play state. |
Class providing a method to control the dialog game state (required for modal messages).
void DialogState::UpdateLevel | ( | bool | update | ) |
Set wether to update the level while in dialog state.
update |
|
void DialogState::RenderLevel | ( | bool | render | ) |
Set wether to render the level while in dialog state.
render |
|