Mod API Reference:Game: Difference between revisions

From Warzone Wiki
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..."
 
DanWL60 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
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]]
[[Category:Mod API Reference]]

Latest revision as of 17:05, 4 December 2018

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.

Children