Mod API Reference:GameStanding: Difference between revisions
Jump to navigation
Jump to search
Created page with "'''GameStanding''': Represents the state of a game's map at a single point in time. This describes who owns each territory, how many armies are on it, what cards each player ..." |
No edit summary |
||
Line 1: | Line 1: | ||
'''GameStanding''': Represents the state of a game's map at a single point in time. This describes who owns each territory, how many armies are on it, what cards each player has, and what | '''GameStanding''': Represents the state of a game's map at a single point in time. This describes who owns each territory, how many armies/special units are on it, what cards each player has, and what cards are in effect. | ||
* '''ActiveCards''' ''Array<[[Mod API Reference:ActiveCard|ActiveCard]]>'': Cards in effect. | * '''ActiveCards''' ''Array<[[Mod API Reference:ActiveCard|ActiveCard]]>'': Cards in effect. | ||
* '''Cards''' ''Table<[[Mod API Reference:PlayerID|PlayerID]],[[Mod API Reference:PlayerCards|PlayerCards]]>'': Cards each player has. | * '''Cards''' ''Table<[[Mod API Reference:PlayerID|PlayerID]],[[Mod API Reference:PlayerCards|PlayerCards]]>'': Cards each player has. | ||
* '''Territories''' ''Table<[[Mod API Reference:TerritoryID|TerritoryID]],[[Mod API Reference:TerritoryStanding|TerritoryStanding]]>'': Who owns each territory and how many armies are on it. | * '''Territories''' ''Table<[[Mod API Reference:TerritoryID|TerritoryID]],[[Mod API Reference:TerritoryStanding|TerritoryStanding]]>'': Who owns each territory and how many armies are on it. |
Revision as of 21:59, 4 April 2017
GameStanding: Represents the state of a game's map at a single point in time. This describes who owns each territory, how many armies/special units are on it, what cards each player has, and what cards are in effect.
- ActiveCards Array<ActiveCard>: Cards in effect.
- Cards Table<PlayerID,PlayerCards>: Cards each player has.
- Territories Table<TerritoryID,TerritoryStanding>: Who owns each territory and how many armies are on it.