Mod API Reference:Game: Difference between revisions
Jump to navigation
Jump to search
Created page with " '''Game''': A simple data structure that gives read-only access to a game's data. * '''Map''' ''MapDetails'': Details about the map, such as..." |
added children |
||
Line 3: | Line 3: | ||
* '''Map''' ''[[Mod API Reference:MapDetails|MapDetails]]'': Details about the map, such as territories, bonuses, etc. No game-specific data is stored in MapDetails. | * '''Map''' ''[[Mod API Reference:MapDetails|MapDetails]]'': Details about the map, such as territories, bonuses, etc. No game-specific data is stored in MapDetails. | ||
* '''Settings''' ''[[Mod API Reference:GameSettings|GameSettings]]'': Settings the game was created with. | * '''Settings''' ''[[Mod API Reference:GameSettings|GameSettings]]'': Settings the game was created with. | ||
== Children == | |||
* [[Mod API Reference:ClientGame|ClientGame]] | |||
* [[Mod API Reference:ServerGame|ServerGame]] |
Revision as of 07:44, 2 July 2017
Game: A simple data structure that gives read-only access to a game's data.
- Map MapDetails: Details about the map, such as territories, bonuses, etc. No game-specific data is stored in MapDetails.
- Settings GameSettings: Settings the game was created with.