AssignStartingPlots.Create (Civ5 API)
From Civilization Modding Wiki
Jump to navigationJump to search
This page is a part of the Lua and UI Reference (Civ5).
This function is a member of AssignStartingPlots. This is a static method, invoke it with a dot. |
Usage
unknown AssignStartingPlots.Create()
Returned Value
- No description available.
Source code samples
Redundant occurences have been removed.
Amazon_XP.lua (G&K)
DLC/Expansion/Maps/Amazon_XP.lua
1547
|
local start_plot_database = AssignStartingPlots.Create() |
1549
|
print("Dividing the map in to Regions."); |
Archipelago.lua
Maps/Archipelago.lua
0105
|
local start_plot_database = AssignStartingPlots.Create() |
0107
|
print("Dividing the map in to Regions (Lua Archipelago)"); |
Boreal.lua (G&K)
DLC/Expansion/Maps/Boreal.lua
0782
|
local start_plot_database = AssignStartingPlots.Create() |
0784
|
print("Dividing the map in to Regions (Lua Boreal)"); |
Great_Plains.lua
Maps/Great_Plains.lua
1580
|
local start_plot_database = AssignStartingPlots.Create() |
1582
|
print("Dividing the map in to Regions (Lua Inland Sea)"); |
Highlands.lua
Maps/Highlands.lua
0601
|
local start_plot_database = AssignStartingPlots.Create() |
0603
|
print("Dividing the map in to Regions (Lua Highlands)"); |
Large_Islands.lua (G&K)
DLC/Expansion/Maps/Large_Islands.lua
1116
|
local start_plot_database = AssignStartingPlots.Create() |
1118
|
print("Dividing the map in to Regions (Lua Large Islands)"); |
Ring.lua
Maps/Ring.lua
0672
|
local start_plot_database = AssignStartingPlots.Create() |
0674
|
print("Dividing the map in to Regions (Lua Ring)"); -- Custom for Ring |
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.