Mod API Reference:GameStanding
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 cares 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.