Loading [MathJax]/extensions/TeX/AMSsymbols.js
Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GameStatesData Struct Reference

Data struct for GameStates class. More...

#include <GameStates.hxx>

+ Inheritance diagram for GameStatesData:
+ Collaboration diagram for GameStatesData:

Public Attributes

bool drawUI = true
 Draw UI. This is a temporary variable until the new UI has been implemented. More...
 
bool rectangularRoads = false
 place rectangular road tiles instead of diagonal tiles More...
 
LayerEditMode layerEditMode
 Specifies the Layer Editmode. Editing Terrain or Blueprint (water pipes, subway,..) More...
 
PlacementMode placementMode = PlacementMode::LINE
 Specifies the placement mode when holding down the mouse. More...
 
DemolishMode demolishMode = DemolishMode::DEFAULT
 

Detailed Description

Data struct for GameStates class.

Definition at line 12 of file GameStates.hxx.

Member Data Documentation

◆ demolishMode

DemolishMode GameStatesData::demolishMode = DemolishMode::DEFAULT

Definition at line 19 of file GameStates.hxx.

◆ drawUI

bool GameStatesData::drawUI = true

Draw UI. This is a temporary variable until the new UI has been implemented.

Definition at line 14 of file GameStates.hxx.

◆ layerEditMode

LayerEditMode GameStatesData::layerEditMode
Initial value:

Specifies the Layer Editmode. Editing Terrain or Blueprint (water pipes, subway,..)

Definition at line 16 of file GameStates.hxx.

◆ placementMode

PlacementMode GameStatesData::placementMode = PlacementMode::LINE

Specifies the placement mode when holding down the mouse.

Definition at line 18 of file GameStates.hxx.

◆ rectangularRoads

bool GameStatesData::rectangularRoads = false

place rectangular road tiles instead of diagonal tiles

Definition at line 15 of file GameStates.hxx.


The documentation for this struct was generated from the following file:
LayerEditMode::TERRAIN
@ TERRAIN
Default "overworld" edit mode.