Mod API Reference:GameOrderPurchase: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
Created page with "'''GameOrderPurchase''': Subclass of GameOrder. Used to represent a player purchasing an in-game item. * '''BuildCities''' ''Table<[[Mod AP..."
 
DanWL60 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
'''GameOrderPurchase''':  Subclass of [[Mod API Reference:GameOrder|GameOrder]].  Used to represent a player purchasing an in-game item.   
'''GameOrderPurchase''':  Subclass of [[Mod API Reference:GameOrder|GameOrder]].  Used to represent a player purchasing an in-game item.   
* '''BuildCities''' ''Table<[[Mod API Reference:TerritoryID|TerritoryID]],integer>'': Currently, the only purchasable item is cities.  This structure defines where and how many cities are being built.
* '''BuildCities''' ''Table<[[Mod API Reference:TerritoryID|TerritoryID]],integer>'': Currently, the only purchasable item is cities.  This structure defines where and how many cities are being built.
[[Category:Mod API Reference]]

Latest revision as of 17:21, 4 December 2018

GameOrderPurchase: Subclass of GameOrder. Used to represent a player purchasing an in-game item.

  • BuildCities Table<TerritoryID,integer>: Currently, the only purchasable item is cities. This structure defines where and how many cities are being built.