Mod API Reference:MapDetails: Difference between revisions
Jump to navigation
Jump to search
Created page with " '''MapDetails''': All details about a map, such as what territories exist, their names, how they connect, what bonuses exist, and how many armies they're worth. Note that th..." |
mNo edit summary |
||
Line 9: | Line 9: | ||
* '''ID''' ''[[Mod API Reference:MapID|MapID]]'': | * '''ID''' ''[[Mod API Reference:MapID|MapID]]'': | ||
* '''LastModified''' ''[[Mod API Reference:DateTime|DateTime]]'': | * '''LastModified''' ''[[Mod API Reference:DateTime|DateTime]]'': | ||
* '''Territories''' ''Table<[[Mod API Reference:TerritoryID| | * '''Territories''' ''Table<[[Mod API Reference:TerritoryID|Terr[[Category:Mod API Reference]]itoryID]],[[Mod API Reference:TerritoryDetails|TerritoryDetails]]>'': |
Revision as of 17:26, 4 December 2018
MapDetails: All details about a map, such as what territories exist, their names, how they connect, what bonuses exist, and how many armies they're worth. Note that the bonus data here won't be affected by overridden bonuses, as this data is specifically about the map and is independent of any individual game.
- Bonuses Table<BonusID,BonusDetails>:
- CreatedOn DateTime:
- DefaultDistributionMode DistributionID:
- DistributionModes Table<DistributionID,DistributionMode>:
- FamilyForClient MapFamily:
- FamilyID MapFamilyID:
- ID MapID:
- LastModified DateTime:
- Territories Table<[[Mod API Reference:TerritoryID|TerritoryID]],TerritoryDetails>: