AssignStartingPlots.MeasureStartPlacementFertilityOfLandmass (Civ5 API)
This page is a part of the Lua and UI Reference (Civ5).
This function is a member of AssignStartingPlots. This is an instance method, invoke it with a colon. |
Usage
unknown, AreaID, AreaID AssignStartingPlots:MeasureStartPlacementFertilityOfLandmass(AreaID areaID, AreaID westX, int eastX, AreaID southY, int northY, bool wrapsX, bool wrapsY)
Returned Values
- No description available.
Parameters
areaID: No description available. westX: No description available. eastX: No description available. southY: No description available. northY: No description available. wrapsX: No description available. wrapsY: No description available.
Source code samples
Redundant occurences have been removed.
AssignStartingPlots.lua (G&K)
DLC/Expansion/Gameplay/Lua/AssignStartingPlots.lua
1491
|
local fert_table, fertCount, plotCount = self:MeasureStartPlacementFertilityOfLandmass(iAreaID, |
1492
|
iWestX, iEastX, iSouthY, iNorthY, wrapsX, wrapsY); |
1719
|
local fert_table, fertCount, plotCount = self:MeasureStartPlacementFertilityOfLandmass(currentLandmassID, |
1720
|
iWestX, iEastX, iSouthY, iNorthY, wrapsX, wrapsY); |
The initial version of this page was created by the Civ5 API Bot, see the Civ5 API Reference FAQ. Some of the texts come from the 2kgames' wiki and most of code samples are copyrighted to Firaxis.
Functions' signatures were either copied from the 2kgames' wiki, or infered from the Lua source files and the binaries. Errors are possible.
Contributors may find help in the Contributors guide to the Civ5 API.