User:DonQuich: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
m (testing my bot) |
m (testing my bot) |
||
Line 6: | Line 6: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/AddFeatureDummyModel|AddFeatureDummyModel]]('''string''' dummyTag, '''string''' modelTag)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/AddFeatureDummyModel|AddFeatureDummyModel]]('''string''' dummyTag, '''string''' modelTag)</code> | ||
|- | |- | ||
| | | | ||
Line 23: | Line 23: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/Area|Area]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/Area|Area]]()</code> | ||
|- | |- | ||
| | | | ||
Line 32: | Line 32: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/At|At]]('''int''' x, '''int''' y)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/At|At]]('''int''' x, '''int''' y)</code> | ||
|- | |- | ||
| | | | ||
Line 53: | Line 53: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/CalculateBestNatureYield|CalculateBestNatureYield]]([[Civ5Lua/YieldID|YieldID]] yieldID, [[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CalculateBestNatureYield|CalculateBestNatureYield]]([[Civ5Lua/YieldID|YieldID]] yieldID, [[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 74: | Line 74: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/CalculateImprovementYieldChange|CalculateImprovementYieldChange]]([[Civ5Lua/ImprovementID|ImprovementID]] improvementID, [[Civ5Lua/YieldID|YieldID]] yieldID, [[Civ5Lua/PlayerID|PlayerID]] ePlayer, '''bool''' optimal, [[Civ5Lua/RouteID|RouteID]] assumeThisRouteID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CalculateImprovementYieldChange|CalculateImprovementYieldChange]]([[Civ5Lua/ImprovementID|ImprovementID]] improvementID, [[Civ5Lua/YieldID|YieldID]] yieldID, [[Civ5Lua/PlayerID|PlayerID]] ePlayer, '''bool''' optimal, [[Civ5Lua/RouteID|RouteID]] assumeThisRouteID)</code> | ||
|- | |- | ||
| | | | ||
Line 107: | Line 107: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/CalculateNatureYield|CalculateNatureYield]]([[Civ5Lua/YieldID|YieldID]] yieldID, [[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' ignoreFeature)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CalculateNatureYield|CalculateNatureYield]]([[Civ5Lua/YieldID|YieldID]] yieldID, [[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' ignoreFeature)</code> | ||
|- | |- | ||
| | | | ||
Line 132: | Line 132: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/CalculateTotalBestNatureYield|CalculateTotalBestNatureYield]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CalculateTotalBestNatureYield|CalculateTotalBestNatureYield]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 149: | Line 149: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/CalculateYield|CalculateYield]]([[Civ5Lua/YieldID|YieldID]] yieldID, '''bool''' display)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CalculateYield|CalculateYield]]([[Civ5Lua/YieldID|YieldID]] yieldID, '''bool''' display)</code> | ||
|- | |- | ||
| | | | ||
Line 170: | Line 170: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/CanBuild|CanBuild]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID, [[Civ5Lua/PlayerID|PlayerID]] ePlayer, '''bool''' testVisible)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CanBuild|CanBuild]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID, [[Civ5Lua/PlayerID|PlayerID]] ePlayer, '''bool''' testVisible)</code> | ||
|- | |- | ||
| | | | ||
Line 195: | Line 195: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/CanHaveFeature|CanHaveFeature]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CanHaveFeature|CanHaveFeature]]()</code> | ||
|- | |- | ||
| | | | ||
Line 204: | Line 204: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/CanHaveImprovement|CanHaveImprovement]]([[Civ5Lua/ImprovementID|ImprovementID]] improvementID, [[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' potential)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CanHaveImprovement|CanHaveImprovement]]([[Civ5Lua/ImprovementID|ImprovementID]] improvementID, [[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' potential)</code> | ||
|- | |- | ||
| | | | ||
Line 229: | Line 229: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/CanHaveResource|CanHaveResource]]([[Civ5Lua/ResourceID|ResourceID]] resourceID, '''bool''' ignoreLatitude)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CanHaveResource|CanHaveResource]]([[Civ5Lua/ResourceID|ResourceID]] resourceID, '''bool''' ignoreLatitude)</code> | ||
|- | |- | ||
| | | | ||
Line 250: | Line 250: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/CanSeePlot|CanSeePlot]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CanSeePlot|CanSeePlot]]()</code> | ||
|- | |- | ||
| | | | ||
Line 259: | Line 259: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/ChangeBuildProgress|ChangeBuildProgress]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID, '''int''' change, [[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/ChangeBuildProgress|ChangeBuildProgress]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID, '''int''' change, [[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 284: | Line 284: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/ChangeExtraMovePathCost|ChangeExtraMovePathCost]]('''int''' change)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/ChangeExtraMovePathCost|ChangeExtraMovePathCost]]('''int''' change)</code> | ||
|- | |- | ||
| | | | ||
Line 297: | Line 297: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/ChangeImprovementDuration|ChangeImprovementDuration]]('''int''' change)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/ChangeImprovementDuration|ChangeImprovementDuration]]('''int''' change)</code> | ||
|- | |- | ||
| | | | ||
Line 310: | Line 310: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/ChangeInvisibleVisibilityCount|ChangeInvisibleVisibilityCount]]([[Civ5Lua/TeamID|TeamID]] eTeam, [[Civ5Lua/InvisibilityScopeID|InvisibilityScopeID]] invisibleID, '''int''' change)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/ChangeInvisibleVisibilityCount|ChangeInvisibleVisibilityCount]]([[Civ5Lua/TeamID|TeamID]] eTeam, [[Civ5Lua/InvisibilityScopeID|InvisibilityScopeID]] invisibleID, '''int''' change)</code> | ||
|- | |- | ||
| | | | ||
Line 331: | Line 331: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/ChangeNumResource|ChangeNumResource]]('''int''' change)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/ChangeNumResource|ChangeNumResource]]('''int''' change)</code> | ||
|- | |- | ||
| | | | ||
Line 344: | Line 344: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/ChangeOwnershipDuration|ChangeOwnershipDuration]]('''int''' change)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/ChangeOwnershipDuration|ChangeOwnershipDuration]]('''int''' change)</code> | ||
|- | |- | ||
| | | | ||
Line 357: | Line 357: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/ChangeUpgradeProgress|ChangeUpgradeProgress]]('''int''' change)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/ChangeUpgradeProgress|ChangeUpgradeProgress]]('''int''' change)</code> | ||
|- | |- | ||
| | | | ||
Line 370: | Line 370: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/ChangeVisibilityCount|ChangeVisibilityCount]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''int''' change, [[Civ5Lua/InvisibilityScopeID|InvisibilityScopeID]] seeInvisibleTypeID, '''bool''' informExplorationTracking, '''bool''' alwaysSeeInvisible)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/ChangeVisibilityCount|ChangeVisibilityCount]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''int''' change, [[Civ5Lua/InvisibilityScopeID|InvisibilityScopeID]] seeInvisibleTypeID, '''bool''' informExplorationTracking, '''bool''' alwaysSeeInvisible)</code> | ||
|- | |- | ||
| | | | ||
Line 399: | Line 399: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/CountNumAirUnits|CountNumAirUnits]]([[Civ5Lua/TeamID|TeamID]] ePlayer)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/CountNumAirUnits|CountNumAirUnits]]([[Civ5Lua/TeamID|TeamID]] ePlayer)</code> | ||
|- | |- | ||
| | | | ||
Line 416: | Line 416: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/DefenseModifier|DefenseModifier]]([[Civ5Lua/TeamID|TeamID]] iDefendTeam, '''bool''' ignoreBuilding, '''bool''' help)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/DefenseModifier|DefenseModifier]]([[Civ5Lua/TeamID|TeamID]] iDefendTeam, '''bool''' ignoreBuilding, '''bool''' help)</code> | ||
|- | |- | ||
| | | | ||
Line 441: | Line 441: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/Erase|Erase]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/Erase|Erase]]()</code> | ||
|- | |- | ||
| | | | ||
Line 450: | Line 450: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetActiveFogOfWarMode|GetActiveFogOfWarMode]](''<unknown>'')</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetActiveFogOfWarMode|GetActiveFogOfWarMode]](''<unknown>'')</code> | ||
|- | |- | ||
| | | | ||
Line 459: | Line 459: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetArea|GetArea]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetArea|GetArea]]()</code> | ||
|- | |- | ||
| | | | ||
Line 472: | Line 472: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetBestDefender|GetBestDefender]]([[Civ5Lua/PlayerID|PlayerID]] eOwner, [[Civ5Lua/PlayerID|PlayerID]] eAttackingPlayer, [[Civ5Lua/Unit|Unit]] attacker, '''bool''' testAtWar, '''bool''' testPotentialEnemy, '''bool''' testCanMove)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetBestDefender|GetBestDefender]]([[Civ5Lua/PlayerID|PlayerID]] eOwner, [[Civ5Lua/PlayerID|PlayerID]] eAttackingPlayer, [[Civ5Lua/Unit|Unit]] attacker, '''bool''' testAtWar, '''bool''' testPotentialEnemy, '''bool''' testCanMove)</code> | ||
|- | |- | ||
| | | | ||
Line 505: | Line 505: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetBuildProgress|GetBuildProgress]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetBuildProgress|GetBuildProgress]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID)</code> | ||
|- | |- | ||
| | | | ||
Line 522: | Line 522: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetBuildTime|GetBuildTime]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetBuildTime|GetBuildTime]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID)</code> | ||
|- | |- | ||
| | | | ||
Line 539: | Line 539: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetBuildTurnsLeft|GetBuildTurnsLeft]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID, '''int''' nowExtra, '''int''' thenExtra)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetBuildTurnsLeft|GetBuildTurnsLeft]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID, '''int''' nowExtra, '''int''' thenExtra)</code> | ||
|- | |- | ||
| | | | ||
Line 564: | Line 564: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetBuildTurnsTotal|GetBuildTurnsTotal]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetBuildTurnsTotal|GetBuildTurnsTotal]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID)</code> | ||
|- | |- | ||
| | | | ||
Line 581: | Line 581: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetCityRadiusCount|GetCityRadiusCount]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetCityRadiusCount|GetCityRadiusCount]]()</code> | ||
|- | |- | ||
| | | | ||
Line 594: | Line 594: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetContinentArtType|GetContinentArtType]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetContinentArtType|GetContinentArtType]]()</code> | ||
|- | |- | ||
| | | | ||
Line 603: | Line 603: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetExtraMovePathCost|GetExtraMovePathCost]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetExtraMovePathCost|GetExtraMovePathCost]]()</code> | ||
|- | |- | ||
| | | | ||
Line 616: | Line 616: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetFeatureProduction|GetFeatureProduction]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID, [[Civ5Lua/TeamID|TeamID]] eTeam, [[Civ5Lua/City|City]] city)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetFeatureProduction|GetFeatureProduction]]([[Civ5Lua/BuildActionID|BuildActionID]] buildID, [[Civ5Lua/TeamID|TeamID]] eTeam, [[Civ5Lua/City|City]] city)</code> | ||
|- | |- | ||
| | | | ||
Line 641: | Line 641: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetFeatureType|GetFeatureType]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetFeatureType|GetFeatureType]]()</code> | ||
|- | |- | ||
| | | | ||
Line 650: | Line 650: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetFeatureVariety|GetFeatureVariety]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetFeatureVariety|GetFeatureVariety]]()</code> | ||
|- | |- | ||
| | | | ||
Line 663: | Line 663: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetFoundValue|GetFoundValue]]([[Civ5Lua/PlayerID|PlayerID]] eIndex)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetFoundValue|GetFoundValue]]([[Civ5Lua/PlayerID|PlayerID]] eIndex)</code> | ||
|- | |- | ||
| | | | ||
Line 680: | Line 680: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetImprovementDuration|GetImprovementDuration]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetImprovementDuration|GetImprovementDuration]]()</code> | ||
|- | |- | ||
| | | | ||
Line 693: | Line 693: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/ImprovementID|ImprovementID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/ImprovementID|ImprovementID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetImprovementType|GetImprovementType]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetImprovementType|GetImprovementType]]()</code> | ||
|- | |- | ||
| | | | ||
Line 706: | Line 706: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/Plot|Plot]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/Plot|Plot]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetInlandCorner|GetInlandCorner]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetInlandCorner|GetInlandCorner]]()</code> | ||
|- | |- | ||
| | | | ||
Line 719: | Line 719: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetInvisibleVisibilityCount|GetInvisibleVisibilityCount]]([[Civ5Lua/TeamID|TeamID]] eTeam, [[Civ5Lua/InvisibilityScopeID|InvisibilityScopeID]] invisibleID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetInvisibleVisibilityCount|GetInvisibleVisibilityCount]]([[Civ5Lua/TeamID|TeamID]] eTeam, [[Civ5Lua/InvisibilityScopeID|InvisibilityScopeID]] invisibleID)</code> | ||
|- | |- | ||
| | | | ||
Line 740: | Line 740: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetLatitude|GetLatitude]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetLatitude|GetLatitude]]()</code> | ||
|- | |- | ||
| | | | ||
Line 753: | Line 753: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetNearestLandArea|GetNearestLandArea]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetNearestLandArea|GetNearestLandArea]]()</code> | ||
|- | |- | ||
| | | | ||
Line 766: | Line 766: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetNearestLandPlot|GetNearestLandPlot]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetNearestLandPlot|GetNearestLandPlot]]()</code> | ||
|- | |- | ||
| | | | ||
Line 775: | Line 775: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/ResourceID|ResourceID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/ResourceID|ResourceID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetNonObsoleteResourceType|GetNonObsoleteResourceType]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetNonObsoleteResourceType|GetNonObsoleteResourceType]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 792: | Line 792: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetNumDefenders|GetNumDefenders]]([[Civ5Lua/PlayerID|PlayerID]] ePlayer)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetNumDefenders|GetNumDefenders]]([[Civ5Lua/PlayerID|PlayerID]] ePlayer)</code> | ||
|- | |- | ||
| | | | ||
Line 809: | Line 809: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetNumFriendlyUnitsOfType|GetNumFriendlyUnitsOfType]]([[Civ5Lua/Unit|Unit]] unit)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetNumFriendlyUnitsOfType|GetNumFriendlyUnitsOfType]]([[Civ5Lua/Unit|Unit]] unit)</code> | ||
|- | |- | ||
| | | | ||
Line 826: | Line 826: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetNumResource|GetNumResource]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetNumResource|GetNumResource]]()</code> | ||
|- | |- | ||
| | | | ||
Line 839: | Line 839: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetNumUnits|GetNumUnits]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetNumUnits|GetNumUnits]]()</code> | ||
|- | |- | ||
| | | | ||
Line 852: | Line 852: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetNumVisibleEnemyDefenders|GetNumVisibleEnemyDefenders]]([[Civ5Lua/Unit|Unit]] unit)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetNumVisibleEnemyDefenders|GetNumVisibleEnemyDefenders]]([[Civ5Lua/Unit|Unit]] unit)</code> | ||
|- | |- | ||
| | | | ||
Line 869: | Line 869: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetNumVisiblePotentialEnemyDefenders|GetNumVisiblePotentialEnemyDefenders]]([[Civ5Lua/Unit|Unit]] unit)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetNumVisiblePotentialEnemyDefenders|GetNumVisiblePotentialEnemyDefenders]]([[Civ5Lua/Unit|Unit]] unit)</code> | ||
|- | |- | ||
| | | | ||
Line 886: | Line 886: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/PlayerID|PlayerID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/PlayerID|PlayerID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetOwner|GetOwner]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetOwner|GetOwner]]()</code> | ||
|- | |- | ||
| | | | ||
Line 899: | Line 899: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetOwnershipDuration|GetOwnershipDuration]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetOwnershipDuration|GetOwnershipDuration]]()</code> | ||
|- | |- | ||
| | | | ||
Line 912: | Line 912: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetPlayerCityRadiusCount|GetPlayerCityRadiusCount]]([[Civ5Lua/PlayerID|PlayerID]] eIndex)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetPlayerCityRadiusCount|GetPlayerCityRadiusCount]]([[Civ5Lua/PlayerID|PlayerID]] eIndex)</code> | ||
|- | |- | ||
| | | | ||
Line 929: | Line 929: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetPlotCity|GetPlotCity]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetPlotCity|GetPlotCity]]()</code> | ||
|- | |- | ||
| | | | ||
Line 938: | Line 938: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetPlotType|GetPlotType]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetPlotType|GetPlotType]]()</code> | ||
|- | |- | ||
| | | | ||
Line 947: | Line 947: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetReconCount|GetReconCount]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetReconCount|GetReconCount]]()</code> | ||
|- | |- | ||
| | | | ||
Line 960: | Line 960: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/ResourceID|ResourceID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/ResourceID|ResourceID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetResourceType|GetResourceType]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetResourceType|GetResourceType]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 977: | Line 977: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/ImprovementID|ImprovementID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/ImprovementID|ImprovementID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetRevealedImprovementType|GetRevealedImprovementType]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetRevealedImprovementType|GetRevealedImprovementType]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | ||
|- | |- | ||
| | | | ||
Line 998: | Line 998: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/PlayerID|PlayerID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/PlayerID|PlayerID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetRevealedOwner|GetRevealedOwner]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetRevealedOwner|GetRevealedOwner]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | ||
|- | |- | ||
| | | | ||
Line 1,019: | Line 1,019: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/RouteID|RouteID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/RouteID|RouteID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetRevealedRouteType|GetRevealedRouteType]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetRevealedRouteType|GetRevealedRouteType]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | ||
|- | |- | ||
| | | | ||
Line 1,040: | Line 1,040: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/TeamID|TeamID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/TeamID|TeamID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetRevealedTeam|GetRevealedTeam]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetRevealedTeam|GetRevealedTeam]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | ||
|- | |- | ||
| | | | ||
Line 1,061: | Line 1,061: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetRiverCrossingCount|GetRiverCrossingCount]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetRiverCrossingCount|GetRiverCrossingCount]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,074: | Line 1,074: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/FlowDirectionID|FlowDirectionID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/FlowDirectionID|FlowDirectionID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetRiverEFlowDirection|GetRiverEFlowDirection]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetRiverEFlowDirection|GetRiverEFlowDirection]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,087: | Line 1,087: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/FlowDirectionID|FlowDirectionID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/FlowDirectionID|FlowDirectionID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetRiverSEFlowDirection|GetRiverSEFlowDirection]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetRiverSEFlowDirection|GetRiverSEFlowDirection]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,100: | Line 1,100: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/FlowDirectionID|FlowDirectionID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/FlowDirectionID|FlowDirectionID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetRiverSWFlowDirection|GetRiverSWFlowDirection]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetRiverSWFlowDirection|GetRiverSWFlowDirection]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,113: | Line 1,113: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>[[Civ5Lua/RouteID|RouteID]]</code> | |align="right" style="border-top: 1px solid grey;" |<code>[[Civ5Lua/RouteID|RouteID]]</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetRouteType|GetRouteType]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetRouteType|GetRouteType]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,126: | Line 1,126: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''string'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''string'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetScriptData|GetScriptData]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetScriptData|GetScriptData]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,139: | Line 1,139: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetSelectedUnit|GetSelectedUnit]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetSelectedUnit|GetSelectedUnit]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,148: | Line 1,148: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetTeam|GetTeam]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetTeam|GetTeam]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,161: | Line 1,161: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetTerrainType|GetTerrainType]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetTerrainType|GetTerrainType]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,170: | Line 1,170: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetUnit|GetUnit]]('''int''' index)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetUnit|GetUnit]]('''int''' index)</code> | ||
|- | |- | ||
| | | | ||
Line 1,183: | Line 1,183: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetUnitPower|GetUnitPower]]([[Civ5Lua/PlayerID|PlayerID]] eOwner)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetUnitPower|GetUnitPower]]([[Civ5Lua/PlayerID|PlayerID]] eOwner)</code> | ||
|- | |- | ||
| | | | ||
Line 1,200: | Line 1,200: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetUpgradeProgress|GetUpgradeProgress]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetUpgradeProgress|GetUpgradeProgress]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,213: | Line 1,213: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetUpgradeTimeLeft|GetUpgradeTimeLeft]]([[Civ5Lua/ImprovementID|ImprovementID]] improvementID, [[Civ5Lua/PlayerID|PlayerID]] ePlayer)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetUpgradeTimeLeft|GetUpgradeTimeLeft]]([[Civ5Lua/ImprovementID|ImprovementID]] improvementID, [[Civ5Lua/PlayerID|PlayerID]] ePlayer)</code> | ||
|- | |- | ||
| | | | ||
Line 1,234: | Line 1,234: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetVisibilityCount|GetVisibilityCount]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetVisibilityCount|GetVisibilityCount]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 1,251: | Line 1,251: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetWorkingCity|GetWorkingCity]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetWorkingCity|GetWorkingCity]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,260: | Line 1,260: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/GetWorkingCityOverride|GetWorkingCityOverride]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetWorkingCityOverride|GetWorkingCityOverride]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,269: | Line 1,269: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetX|GetX]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetX|GetX]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,282: | Line 1,282: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetY|GetY]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetY|GetY]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,295: | Line 1,295: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetYield|GetYield]]([[Civ5Lua/YieldID|YieldID]] yieldID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetYield|GetYield]]([[Civ5Lua/YieldID|YieldID]] yieldID)</code> | ||
|- | |- | ||
| | | | ||
Line 1,312: | Line 1,312: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/GetYieldWithBuild|GetYieldWithBuild]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/GetYieldWithBuild|GetYieldWithBuild]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,325: | Line 1,325: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/HasBarbarianCamp|HasBarbarianCamp]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/HasBarbarianCamp|HasBarbarianCamp]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,334: | Line 1,334: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/HasYield|HasYield]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/HasYield|HasYield]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,347: | Line 1,347: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsActiveVisible|IsActiveVisible]]('''bool''' debug)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsActiveVisible|IsActiveVisible]]('''bool''' debug)</code> | ||
|- | |- | ||
| | | | ||
Line 1,364: | Line 1,364: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsAdjacentNonrevealed|IsAdjacentNonrevealed]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsAdjacentNonrevealed|IsAdjacentNonrevealed]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 1,381: | Line 1,381: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsAdjacentNonvisible|IsAdjacentNonvisible]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsAdjacentNonvisible|IsAdjacentNonvisible]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 1,398: | Line 1,398: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsAdjacentOwned|IsAdjacentOwned]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsAdjacentOwned|IsAdjacentOwned]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,411: | Line 1,411: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsAdjacentPlayer|IsAdjacentPlayer]]([[Civ5Lua/PlayerID|PlayerID]] ePlayer, '''bool''' landOnly)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsAdjacentPlayer|IsAdjacentPlayer]]([[Civ5Lua/PlayerID|PlayerID]] ePlayer, '''bool''' landOnly)</code> | ||
|- | |- | ||
| | | | ||
Line 1,432: | Line 1,432: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsAdjacentRevealed|IsAdjacentRevealed]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsAdjacentRevealed|IsAdjacentRevealed]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 1,449: | Line 1,449: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsAdjacentTeam|IsAdjacentTeam]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' landOnly)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsAdjacentTeam|IsAdjacentTeam]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' landOnly)</code> | ||
|- | |- | ||
| | | | ||
Line 1,470: | Line 1,470: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsAdjacentToArea|IsAdjacentToArea]]([[Civ5Lua/Area|Area]] area)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsAdjacentToArea|IsAdjacentToArea]]([[Civ5Lua/Area|Area]] area)</code> | ||
|- | |- | ||
| | | | ||
Line 1,487: | Line 1,487: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsAdjacentToLand|IsAdjacentToLand]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsAdjacentToLand|IsAdjacentToLand]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,500: | Line 1,500: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsAdjacentToShallowWater|IsAdjacentToShallowWater]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsAdjacentToShallowWater|IsAdjacentToShallowWater]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,513: | Line 1,513: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsAdjacentVisible|IsAdjacentVisible]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsAdjacentVisible|IsAdjacentVisible]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | ||
|- | |- | ||
| | | | ||
Line 1,534: | Line 1,534: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsBarbarian|IsBarbarian]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsBarbarian|IsBarbarian]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,547: | Line 1,547: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsBeingWorked|IsBeingWorked]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsBeingWorked|IsBeingWorked]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,560: | Line 1,560: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsBestAdjacentFound|IsBestAdjacentFound]]([[Civ5Lua/PlayerID|PlayerID]] eIndex)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsBestAdjacentFound|IsBestAdjacentFound]]([[Civ5Lua/PlayerID|PlayerID]] eIndex)</code> | ||
|- | |- | ||
| | | | ||
Line 1,577: | Line 1,577: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/IsBuildRemovesFeature|IsBuildRemovesFeature]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsBuildRemovesFeature|IsBuildRemovesFeature]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,586: | Line 1,586: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsCity|IsCity]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsCity|IsCity]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,599: | Line 1,599: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsCityRadius|IsCityRadius]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsCityRadius|IsCityRadius]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,612: | Line 1,612: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsCoastalLand|IsCoastalLand]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsCoastalLand|IsCoastalLand]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,625: | Line 1,625: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsEnemyCity|IsEnemyCity]]([[Civ5Lua/Unit|Unit]] unit)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsEnemyCity|IsEnemyCity]]([[Civ5Lua/Unit|Unit]] unit)</code> | ||
|- | |- | ||
| | | | ||
Line 1,642: | Line 1,642: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsFighting|IsFighting]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsFighting|IsFighting]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,655: | Line 1,655: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsFlatlands|IsFlatlands]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsFlatlands|IsFlatlands]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,668: | Line 1,668: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsFreshWater|IsFreshWater]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsFreshWater|IsFreshWater]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,681: | Line 1,681: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsFriendlyCity|IsFriendlyCity]]([[Civ5Lua/Unit|Unit]] unit, '''bool''' checkImprovement)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsFriendlyCity|IsFriendlyCity]]([[Civ5Lua/Unit|Unit]] unit, '''bool''' checkImprovement)</code> | ||
|- | |- | ||
| | | | ||
Line 1,702: | Line 1,702: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsFriendlyTerritory|IsFriendlyTerritory]]([[Civ5Lua/PlayerID|PlayerID]] ePlayer)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsFriendlyTerritory|IsFriendlyTerritory]]([[Civ5Lua/PlayerID|PlayerID]] ePlayer)</code> | ||
|- | |- | ||
| | | | ||
Line 1,719: | Line 1,719: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsGoody|IsGoody]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsGoody|IsGoody]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,732: | Line 1,732: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsHills|IsHills]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsHills|IsHills]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,745: | Line 1,745: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsImpassable|IsImpassable]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsImpassable|IsImpassable]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,758: | Line 1,758: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsImprovementPillaged|IsImprovementPillaged]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsImprovementPillaged|IsImprovementPillaged]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,771: | Line 1,771: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsInvisibleVisible|IsInvisibleVisible]]([[Civ5Lua/TeamID|TeamID]] eTeam, [[Civ5Lua/InvisibilityScopeID|InvisibilityScopeID]] invisibleID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsInvisibleVisible|IsInvisibleVisible]]([[Civ5Lua/TeamID|TeamID]] eTeam, [[Civ5Lua/InvisibilityScopeID|InvisibilityScopeID]] invisibleID)</code> | ||
|- | |- | ||
| | | | ||
Line 1,792: | Line 1,792: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsLake|IsLake]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsLake|IsLake]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,805: | Line 1,805: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsMountain|IsMountain]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsMountain|IsMountain]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,818: | Line 1,818: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsNEOfRiver|IsNEOfRiver]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsNEOfRiver|IsNEOfRiver]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,831: | Line 1,831: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsNone|IsNone]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsNone|IsNone]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,844: | Line 1,844: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsNWOfRiver|IsNWOfRiver]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsNWOfRiver|IsNWOfRiver]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,857: | Line 1,857: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsOpenGround|IsOpenGround]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsOpenGround|IsOpenGround]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,870: | Line 1,870: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsOwned|IsOwned]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsOwned|IsOwned]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,883: | Line 1,883: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsOwnershipScore|IsOwnershipScore]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsOwnershipScore|IsOwnershipScore]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,896: | Line 1,896: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsPlayerCityRadius|IsPlayerCityRadius]]([[Civ5Lua/PlayerID|PlayerID]] eIndex)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsPlayerCityRadius|IsPlayerCityRadius]]([[Civ5Lua/PlayerID|PlayerID]] eIndex)</code> | ||
|- | |- | ||
| | | | ||
Line 1,913: | Line 1,913: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsPotentialCityWork|IsPotentialCityWork]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsPotentialCityWork|IsPotentialCityWork]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,926: | Line 1,926: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsPotentialCityWorkForArea|IsPotentialCityWorkForArea]]([[Civ5Lua/Area|Area]] area)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsPotentialCityWorkForArea|IsPotentialCityWorkForArea]]([[Civ5Lua/Area|Area]] area)</code> | ||
|- | |- | ||
| | | | ||
Line 1,943: | Line 1,943: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/IsResourceConnectedByImprovement|IsResourceConnectedByImprovement]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsResourceConnectedByImprovement|IsResourceConnectedByImprovement]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,952: | Line 1,952: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsRevealed|IsRevealed]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRevealed|IsRevealed]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | ||
|- | |- | ||
| | | | ||
Line 1,973: | Line 1,973: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsRevealedBarbarian|IsRevealedBarbarian]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRevealedBarbarian|IsRevealedBarbarian]]()</code> | ||
|- | |- | ||
| | | | ||
Line 1,986: | Line 1,986: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsRevealedGoody|IsRevealedGoody]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRevealedGoody|IsRevealedGoody]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 2,003: | Line 2,003: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/IsRiver|IsRiver]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRiver|IsRiver]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,012: | Line 2,012: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsRiverConnection|IsRiverConnection]]([[Civ5Lua/DirectionID|DirectionID]] directionID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRiverConnection|IsRiverConnection]]([[Civ5Lua/DirectionID|DirectionID]] directionID)</code> | ||
|- | |- | ||
| | | | ||
Line 2,029: | Line 2,029: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsRiverCrossing|IsRiverCrossing]]([[Civ5Lua/DirectionID|DirectionID]] directionID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRiverCrossing|IsRiverCrossing]]([[Civ5Lua/DirectionID|DirectionID]] directionID)</code> | ||
|- | |- | ||
| | | | ||
Line 2,046: | Line 2,046: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/IsRiverCrossingFlowClockwise|IsRiverCrossingFlowClockwise]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRiverCrossingFlowClockwise|IsRiverCrossingFlowClockwise]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,055: | Line 2,055: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsRiverCrossingToPlot|IsRiverCrossingToPlot]]([[Civ5Lua/DirectionID|DirectionID]] directionID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRiverCrossingToPlot|IsRiverCrossingToPlot]]([[Civ5Lua/DirectionID|DirectionID]] directionID)</code> | ||
|- | |- | ||
| | | | ||
Line 2,072: | Line 2,072: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsRiverSide|IsRiverSide]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRiverSide|IsRiverSide]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,085: | Line 2,085: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsRoughGround|IsRoughGround]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRoughGround|IsRoughGround]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,098: | Line 2,098: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsRoute|IsRoute]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRoute|IsRoute]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,111: | Line 2,111: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/IsRoutePillaged|IsRoutePillaged]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsRoutePillaged|IsRoutePillaged]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,120: | Line 2,120: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsStartingPlot|IsStartingPlot]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsStartingPlot|IsStartingPlot]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,133: | Line 2,133: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/IsTradeRoute|IsTradeRoute]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsTradeRoute|IsTradeRoute]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,142: | Line 2,142: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsUnit|IsUnit]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsUnit|IsUnit]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,155: | Line 2,155: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsValidDomainForAction|IsValidDomainForAction]]([[Civ5Lua/Unit|Unit]] unit)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsValidDomainForAction|IsValidDomainForAction]]([[Civ5Lua/Unit|Unit]] unit)</code> | ||
|- | |- | ||
| | | | ||
Line 2,172: | Line 2,172: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsValidDomainForLocation|IsValidDomainForLocation]]([[Civ5Lua/Unit|Unit]] unit)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsValidDomainForLocation|IsValidDomainForLocation]]([[Civ5Lua/Unit|Unit]] unit)</code> | ||
|- | |- | ||
| | | | ||
Line 2,189: | Line 2,189: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsVisible|IsVisible]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsVisible|IsVisible]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' debug)</code> | ||
|- | |- | ||
| | | | ||
Line 2,210: | Line 2,210: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsVisibleEnemyDefender|IsVisibleEnemyDefender]]([[Civ5Lua/Unit|Unit]] unit)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsVisibleEnemyDefender|IsVisibleEnemyDefender]]([[Civ5Lua/Unit|Unit]] unit)</code> | ||
|- | |- | ||
| | | | ||
Line 2,227: | Line 2,227: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsVisibleEnemyUnit|IsVisibleEnemyUnit]]([[Civ5Lua/PlayerID|PlayerID]] ePlayer)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsVisibleEnemyUnit|IsVisibleEnemyUnit]]([[Civ5Lua/PlayerID|PlayerID]] ePlayer)</code> | ||
|- | |- | ||
| | | | ||
Line 2,244: | Line 2,244: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsVisibleOtherUnit|IsVisibleOtherUnit]]([[Civ5Lua/PlayerID|PlayerID]] ePlayer)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsVisibleOtherUnit|IsVisibleOtherUnit]]([[Civ5Lua/PlayerID|PlayerID]] ePlayer)</code> | ||
|- | |- | ||
| | | | ||
Line 2,261: | Line 2,261: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsVisibleToWatchingHuman|IsVisibleToWatchingHuman]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsVisibleToWatchingHuman|IsVisibleToWatchingHuman]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,274: | Line 2,274: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/IsWater|IsWater]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsWater|IsWater]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,283: | Line 2,283: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsWithinTeamCityRadius|IsWithinTeamCityRadius]]([[Civ5Lua/TeamID|TeamID]] eTeam, [[Civ5Lua/PlayerID|PlayerID]] eIgnorePlayer)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsWithinTeamCityRadius|IsWithinTeamCityRadius]]([[Civ5Lua/TeamID|TeamID]] eTeam, [[Civ5Lua/PlayerID|PlayerID]] eIgnorePlayer)</code> | ||
|- | |- | ||
| | | | ||
Line 2,304: | Line 2,304: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/IsWOfRiver|IsWOfRiver]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/IsWOfRiver|IsWOfRiver]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,317: | Line 2,317: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/MovementCost|MovementCost]]([[Civ5Lua/Unit|Unit]] unit, [[Civ5Lua/Plot|Plot]] fromPlot)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/MovementCost|MovementCost]]([[Civ5Lua/Unit|Unit]] unit, [[Civ5Lua/Plot|Plot]] fromPlot)</code> | ||
|- | |- | ||
| | | | ||
Line 2,338: | Line 2,338: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/NukeExplosion|NukeExplosion]]('''int''' range, [[Civ5Lua/Unit|Unit]] nukeUnit)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/NukeExplosion|NukeExplosion]]('''int''' range, [[Civ5Lua/Unit|Unit]] nukeUnit)</code> | ||
|- | |- | ||
| | | | ||
Line 2,355: | Line 2,355: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''string'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''string'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/PickFeatureDummyTag|PickFeatureDummyTag]]('''int''' mouseX, '''int''' mouseY)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/PickFeatureDummyTag|PickFeatureDummyTag]]('''int''' mouseX, '''int''' mouseY)</code> | ||
|- | |- | ||
| | | | ||
Line 2,376: | Line 2,376: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/RemoveGoody|RemoveGoody]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/RemoveGoody|RemoveGoody]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,385: | Line 2,385: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/ResetFeatureModel|ResetFeatureModel]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/ResetFeatureModel|ResetFeatureModel]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,394: | Line 2,394: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/SeeFromLevel|SeeFromLevel]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SeeFromLevel|SeeFromLevel]]([[Civ5Lua/TeamID|TeamID]] eTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 2,411: | Line 2,411: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/SeeThroughLevel|SeeThroughLevel]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SeeThroughLevel|SeeThroughLevel]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,424: | Line 2,424: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''int'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''int'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/SetArea|SetArea]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetArea|SetArea]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,437: | Line 2,437: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetContinentArtType|SetContinentArtType]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetContinentArtType|SetContinentArtType]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,446: | Line 2,446: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetFeatureDummyTexture|SetFeatureDummyTexture]]('''string''' dummyTag, '''string''' textureTag)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetFeatureDummyTexture|SetFeatureDummyTexture]]('''string''' dummyTag, '''string''' textureTag)</code> | ||
|- | |- | ||
| | | | ||
Line 2,463: | Line 2,463: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetFeatureDummyVisibility|SetFeatureDummyVisibility]]('''string''' dummyTag, '''bool''' show)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetFeatureDummyVisibility|SetFeatureDummyVisibility]]('''string''' dummyTag, '''bool''' show)</code> | ||
|- | |- | ||
| | | | ||
Line 2,480: | Line 2,480: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetFeatureType|SetFeatureType]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetFeatureType|SetFeatureType]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,489: | Line 2,489: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetImprovementDuration|SetImprovementDuration]]('''int''' newValue)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetImprovementDuration|SetImprovementDuration]]('''int''' newValue)</code> | ||
|- | |- | ||
| | | | ||
Line 2,502: | Line 2,502: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetImprovementPillaged|SetImprovementPillaged]]('''bool''' b)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetImprovementPillaged|SetImprovementPillaged]]('''bool''' b)</code> | ||
|- | |- | ||
| | | | ||
Line 2,515: | Line 2,515: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetImprovementType|SetImprovementType]]([[Civ5Lua/ImprovementID|ImprovementID]] newValueID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetImprovementType|SetImprovementType]]([[Civ5Lua/ImprovementID|ImprovementID]] newValueID)</code> | ||
|- | |- | ||
| | | | ||
Line 2,528: | Line 2,528: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetNEOfRiver|SetNEOfRiver]]('''bool''' newValue, [[Civ5Lua/FlowDirectionID|FlowDirectionID]] riverDirID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetNEOfRiver|SetNEOfRiver]]('''bool''' newValue, [[Civ5Lua/FlowDirectionID|FlowDirectionID]] riverDirID)</code> | ||
|- | |- | ||
| | | | ||
Line 2,545: | Line 2,545: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetNumResource|SetNumResource]]('''int''' num)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetNumResource|SetNumResource]]('''int''' num)</code> | ||
|- | |- | ||
| | | | ||
Line 2,558: | Line 2,558: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetNWOfRiver|SetNWOfRiver]]('''bool''' newValue, [[Civ5Lua/FlowDirectionID|FlowDirectionID]] riverDirID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetNWOfRiver|SetNWOfRiver]]('''bool''' newValue, [[Civ5Lua/FlowDirectionID|FlowDirectionID]] riverDirID)</code> | ||
|- | |- | ||
| | | | ||
Line 2,575: | Line 2,575: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetOwner|SetOwner]]([[Civ5Lua/PlayerID|PlayerID]] eNewValue, '''int''' acquiringCityID, '''bool''' checkUnits, '''bool''' updateResources)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetOwner|SetOwner]]([[Civ5Lua/PlayerID|PlayerID]] eNewValue, '''int''' acquiringCityID, '''bool''' checkUnits, '''bool''' updateResources)</code> | ||
|- | |- | ||
| | | | ||
Line 2,600: | Line 2,600: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetOwnershipDuration|SetOwnershipDuration]]('''int''' newValue)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetOwnershipDuration|SetOwnershipDuration]]('''int''' newValue)</code> | ||
|- | |- | ||
| | | | ||
Line 2,613: | Line 2,613: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetPlotType|SetPlotType]]([[Civ5Lua/PlotTypeID|PlotTypeID]] newValueID, '''bool''' recalculate, '''bool''' rebuildGraphics)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetPlotType|SetPlotType]]([[Civ5Lua/PlotTypeID|PlotTypeID]] newValueID, '''bool''' recalculate, '''bool''' rebuildGraphics)</code> | ||
|- | |- | ||
| | | | ||
Line 2,634: | Line 2,634: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetResourceType|SetResourceType]]([[Civ5Lua/ResourceID|ResourceID]] newValueID, '''int''' numResource)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetResourceType|SetResourceType]]([[Civ5Lua/ResourceID|ResourceID]] newValueID, '''int''' numResource)</code> | ||
|- | |- | ||
| | | | ||
Line 2,651: | Line 2,651: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetRevealed|SetRevealed]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' newValue, '''bool''' terrainOnly, [[Civ5Lua/TeamID|TeamID]] eFromTeam)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetRevealed|SetRevealed]]([[Civ5Lua/TeamID|TeamID]] eTeam, '''bool''' newValue, '''bool''' terrainOnly, [[Civ5Lua/TeamID|TeamID]] eFromTeam)</code> | ||
|- | |- | ||
| | | | ||
Line 2,676: | Line 2,676: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetRouteType|SetRouteType]]([[Civ5Lua/RouteID|RouteID]] newValueID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetRouteType|SetRouteType]]([[Civ5Lua/RouteID|RouteID]] newValueID)</code> | ||
|- | |- | ||
| | | | ||
Line 2,689: | Line 2,689: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetScriptData|SetScriptData]]('''string''' szNewValue)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetScriptData|SetScriptData]]('''string''' szNewValue)</code> | ||
|- | |- | ||
| | | | ||
Line 2,702: | Line 2,702: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetStartingPlot|SetStartingPlot]]('''bool''' newValue)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetStartingPlot|SetStartingPlot]]('''bool''' newValue)</code> | ||
|- | |- | ||
| | | | ||
Line 2,715: | Line 2,715: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetTerrainType|SetTerrainType]]([[Civ5Lua/TerrainID|TerrainID]] type)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetTerrainType|SetTerrainType]]([[Civ5Lua/TerrainID|TerrainID]] type)</code> | ||
|- | |- | ||
| | | | ||
Line 2,728: | Line 2,728: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetUpgradeProgress|SetUpgradeProgress]]('''int''' newValue)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetUpgradeProgress|SetUpgradeProgress]]('''int''' newValue)</code> | ||
|- | |- | ||
| | | | ||
Line 2,741: | Line 2,741: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/SetWOfRiver|SetWOfRiver]]('''bool''' newValue, [[Civ5Lua/FlowDirectionID|FlowDirectionID]] riverDirID)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/SetWOfRiver|SetWOfRiver]]('''bool''' newValue, [[Civ5Lua/FlowDirectionID|FlowDirectionID]] riverDirID)</code> | ||
|- | |- | ||
| | | | ||
Line 2,758: | Line 2,758: | ||
--> | --> | ||
|- | |- | ||
|align="right" |<code>'''bool'''</code> | |align="right" style="border-top: 1px solid grey;" |<code>'''bool'''</code> | ||
|<code>Plot:[[Civ5Lua/Plot/ShareAdjacentArea|ShareAdjacentArea]]([[Civ5Lua/Plot|Plot]] plot)</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/ShareAdjacentArea|ShareAdjacentArea]]([[Civ5Lua/Plot|Plot]] plot)</code> | ||
|- | |- | ||
| | | | ||
Line 2,775: | Line 2,775: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/UpdateFog|UpdateFog]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/UpdateFog|UpdateFog]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,784: | Line 2,784: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/UpdateVisibility|UpdateVisibility]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/UpdateVisibility|UpdateVisibility]]()</code> | ||
|- | |- | ||
| | | | ||
Line 2,793: | Line 2,793: | ||
--> | --> | ||
|- | |- | ||
|width="2" | | |width="2" style="border-top: 1px solid grey;" | | ||
|<code>Plot:[[Civ5Lua/Plot/WaterArea|WaterArea]]()</code> | |style="border-top: 1px solid grey;" |<code>Plot:[[Civ5Lua/Plot/WaterArea|WaterArea]]()</code> | ||
|- | |- | ||
| | | |
Revision as of 09:11, 9 August 2012
This page is a part of the Lua and UI Reference.
Plot:AddFeatureDummyModel(string dummyTag, string modelTag)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:Area()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:At(int x, int y)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
int
|
Plot:CalculateBestNatureYield(YieldID yieldID, TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
int
|
Plot:CalculateImprovementYieldChange(ImprovementID improvementID, YieldID yieldID, PlayerID ePlayer, bool optimal, RouteID assumeThisRouteID)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
| |
| |
int
|
Plot:CalculateNatureYield(YieldID yieldID, TeamID eTeam, bool ignoreFeature)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
int
|
Plot:CalculateTotalBestNatureYield(TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:CalculateYield(YieldID yieldID, bool display)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
bool
|
Plot:CanBuild(BuildActionID buildID, PlayerID ePlayer, bool testVisible)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
Plot:CanHaveFeature()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:CanHaveImprovement(ImprovementID improvementID, TeamID eTeam, bool potential)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
bool
|
Plot:CanHaveResource(ResourceID resourceID, bool ignoreLatitude)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
Plot:CanSeePlot()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:ChangeBuildProgress(BuildActionID buildID, int change, TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
Plot:ChangeExtraMovePathCost(int change)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:ChangeImprovementDuration(int change)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:ChangeInvisibleVisibilityCount(TeamID eTeam, InvisibilityScopeID invisibleID, int change)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
Plot:ChangeNumResource(int change)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:ChangeOwnershipDuration(int change)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:ChangeUpgradeProgress(int change)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:ChangeVisibilityCount(TeamID eTeam, int change, InvisibilityScopeID seeInvisibleTypeID, bool informExplorationTracking, bool alwaysSeeInvisible)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
| |
int
|
Plot:CountNumAirUnits(TeamID ePlayer)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:DefenseModifier(TeamID iDefendTeam, bool ignoreBuilding, bool help)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
Plot:Erase()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
Plot:GetActiveFogOfWarMode(<unknown>)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
int
|
Plot:GetArea()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:GetBestDefender(PlayerID eOwner, PlayerID eAttackingPlayer, Unit attacker, bool testAtWar, bool testPotentialEnemy, bool testCanMove)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
| |
| |
int
|
Plot:GetBuildProgress(BuildActionID buildID)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:GetBuildTime(BuildActionID buildID)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:GetBuildTurnsLeft(BuildActionID buildID, int nowExtra, int thenExtra)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
int
|
Plot:GetBuildTurnsTotal(BuildActionID buildID)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:GetCityRadiusCount()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:GetContinentArtType()
| |
'Determines continent for plot type.' | |
int
|
Plot:GetExtraMovePathCost()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetFeatureProduction(BuildActionID buildID, TeamID eTeam, City city)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
Plot:GetFeatureType()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
int
|
Plot:GetFeatureVariety()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetFoundValue(PlayerID eIndex)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:GetImprovementDuration()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
ImprovementID
|
Plot:GetImprovementType()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot
|
Plot:GetInlandCorner()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetInvisibleVisibilityCount(TeamID eTeam, InvisibilityScopeID invisibleID)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
int
|
Plot:GetLatitude()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetNearestLandArea()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:GetNearestLandPlot()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
ResourceID
|
Plot:GetNonObsoleteResourceType(TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:GetNumDefenders(PlayerID ePlayer)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:GetNumFriendlyUnitsOfType(Unit unit)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:GetNumResource()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetNumUnits()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetNumVisibleEnemyDefenders(Unit unit)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:GetNumVisiblePotentialEnemyDefenders(Unit unit)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
PlayerID
|
Plot:GetOwner()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetOwnershipDuration()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetPlayerCityRadiusCount(PlayerID eIndex)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:GetPlotCity()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
Plot:GetPlotType()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
int
|
Plot:GetReconCount()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
ResourceID
|
Plot:GetResourceType(TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
ImprovementID
|
Plot:GetRevealedImprovementType(TeamID eTeam, bool debug)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
PlayerID
|
Plot:GetRevealedOwner(TeamID eTeam, bool debug)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
RouteID
|
Plot:GetRevealedRouteType(TeamID eTeam, bool debug)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
TeamID
|
Plot:GetRevealedTeam(TeamID eTeam, bool debug)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
int
|
Plot:GetRiverCrossingCount()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
FlowDirectionID
|
Plot:GetRiverEFlowDirection()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
FlowDirectionID
|
Plot:GetRiverSEFlowDirection()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
FlowDirectionID
|
Plot:GetRiverSWFlowDirection()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
RouteID
|
Plot:GetRouteType()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
string
|
Plot:GetScriptData()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:GetSelectedUnit()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
int
|
Plot:GetTeam()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:GetTerrainType()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
Plot:GetUnit(int index)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetUnitPower(PlayerID eOwner)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:GetUpgradeProgress()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetUpgradeTimeLeft(ImprovementID improvementID, PlayerID ePlayer)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
int
|
Plot:GetVisibilityCount(TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:GetWorkingCity()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
Plot:GetWorkingCityOverride()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
int
|
Plot:GetX()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetY()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:GetYield(YieldID yieldID)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:GetYieldWithBuild()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:HasBarbarianCamp()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:HasYield()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsActiveVisible(bool debug)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsAdjacentNonrevealed(TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsAdjacentNonvisible(TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsAdjacentOwned()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsAdjacentPlayer(PlayerID ePlayer, bool landOnly)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
bool
|
Plot:IsAdjacentRevealed(TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsAdjacentTeam(TeamID eTeam, bool landOnly)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
bool
|
Plot:IsAdjacentToArea(Area area)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsAdjacentToLand()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsAdjacentToShallowWater()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsAdjacentVisible(TeamID eTeam, bool debug)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
bool
|
Plot:IsBarbarian()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsBeingWorked()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsBestAdjacentFound(PlayerID eIndex)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:IsBuildRemovesFeature()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:IsCity()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:IsCityRadius()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsCoastalLand()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsEnemyCity(Unit unit)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsFighting()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsFlatlands()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsFreshWater()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsFriendlyCity(Unit unit, bool checkImprovement)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
bool
|
Plot:IsFriendlyTerritory(PlayerID ePlayer)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsGoody()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsHills()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsImpassable()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsImprovementPillaged()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsInvisibleVisible(TeamID eTeam, InvisibilityScopeID invisibleID)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
bool
|
Plot:IsLake()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsMountain()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsNEOfRiver()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsNone()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsNWOfRiver()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsOpenGround()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsOwned()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsOwnershipScore()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsPlayerCityRadius(PlayerID eIndex)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsPotentialCityWork()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsPotentialCityWorkForArea(Area area)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:IsResourceConnectedByImprovement()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:IsRevealed(TeamID eTeam, bool debug)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
bool
|
Plot:IsRevealedBarbarian()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsRevealedGoody(TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:IsRiver()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:IsRiverConnection(DirectionID directionID)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsRiverCrossing(DirectionID directionID)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:IsRiverCrossingFlowClockwise()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:IsRiverCrossingToPlot(DirectionID directionID)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsRiverSide()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsRoughGround()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsRoute()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:IsRoutePillaged()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:IsStartingPlot()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:IsTradeRoute()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:IsUnit()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
bool
|
Plot:IsValidDomainForAction(Unit unit)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsValidDomainForLocation(Unit unit)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsVisible(TeamID eTeam, bool debug)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
bool
|
Plot:IsVisibleEnemyDefender(Unit unit)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsVisibleEnemyUnit(PlayerID ePlayer)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsVisibleOtherUnit(PlayerID ePlayer)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:IsVisibleToWatchingHuman()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:IsWater()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
bool
|
Plot:IsWithinTeamCityRadius(TeamID eTeam, PlayerID eIgnorePlayer)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
bool
|
Plot:IsWOfRiver()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:MovementCost(Unit unit, Plot fromPlot)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
Plot:NukeExplosion(int range, Unit nukeUnit)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
string
|
Plot:PickFeatureDummyTag(int mouseX, int mouseY)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
Plot:RemoveGoody()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
Plot:ResetFeatureModel()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
int
|
Plot:SeeFromLevel(TeamID eTeam)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
int
|
Plot:SeeThroughLevel()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
int
|
Plot:SetArea()
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetContinentArtType()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
Plot:SetFeatureDummyTexture(string dummyTag, string textureTag)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:SetFeatureDummyVisibility(string dummyTag, bool show)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:SetFeatureType()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
Plot:SetImprovementDuration(int newValue)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetImprovementPillaged(bool b)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetImprovementType(ImprovementID newValueID)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetNEOfRiver(bool newValue, FlowDirectionID riverDirID)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:SetNumResource(int num)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetNWOfRiver(bool newValue, FlowDirectionID riverDirID)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:SetOwner(PlayerID eNewValue, int acquiringCityID, bool checkUnits, bool updateResources)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
Plot:SetOwnershipDuration(int newValue)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetPlotType(PlotTypeID newValueID, bool recalculate, bool rebuildGraphics)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
Plot:SetResourceType(ResourceID newValueID, int numResource)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:SetRevealed(TeamID eTeam, bool newValue, bool terrainOnly, TeamID eFromTeam)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
| |
| |
Plot:SetRouteType(RouteID newValueID)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetScriptData(string szNewValue)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetStartingPlot(bool newValue)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetTerrainType(TerrainID type)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetUpgradeProgress(int newValue)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
Plot:SetWOfRiver(bool newValue, FlowDirectionID riverDirID)
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
bool
|
Plot:ShareAdjacentArea(Plot plot)
|
Here is some fancy description. Isn't it nice to get descriptions? | |
| |
| |
Plot:UpdateFog()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
Plot:UpdateVisibility()
| |
Here is some fancy description. Isn't it nice to get descriptions? | |
Plot:WaterArea()
| |
Here is some fancy description. Isn't it nice to get descriptions? |