Difference between revisions of "Game state"

From VCMI Project Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
All information about game mechanics is stored in CGameState located in CGameState.h file and objects avaliable from it:
+
All information about game mechanics is stored in CGameState located in CGameState.h file and objects accessible from it:
  
 
* [[Player state]] handled by CPlayerState class
 
* [[Player state]] handled by CPlayerState class

Latest revision as of 14:43, 10 January 2012

All information about game mechanics is stored in CGameState located in CGameState.h file and objects accessible from it: