SetPlotTypes (Civ5 API)

From Civilization Modding Wiki
Jump to navigationJump to search

This page is a part of the Lua and UI Reference (Civ5).


Function.png This function is a global function. Use: include("MapGenerator.lua")


Usage

void SetPlotTypes(table(int => PlotType) plotTypes)


Parameters

plotTypes: No description available.


Source code samples

Redundant occurences have been removed.

Amazon_XP.lua (G&K)

DLC/Expansion/Maps/Amazon_XP.lua
0240
SetPlotTypes(plotTypes);


Arborea.lua (G&K)

DLC/Expansion/Maps/Arborea.lua
0214
SetPlotTypes(self.plotTypes);


Europe.lua (G&K)

DLC/Expansion/Maps/Europe.lua
0405
SetPlotTypes(plotsEur);


Four_Corners.lua

Maps/Four_Corners.lua
0174
SetPlotTypes(plot_list);


Hemispheres.lua (G&K)

DLC/Expansion/Maps/Hemispheres.lua
0883
SetPlotTypes(plotsHemi);


InlandSea.lua

Maps/InlandSea.lua
0129
SetPlotTypes(plotsIS);


Lakes.lua

Maps/Lakes.lua
0132
SetPlotTypes(plotsLakes);


Large_Islands.lua (G&K)

DLC/Expansion/Maps/Large_Islands.lua
1036
SetPlotTypes(plotsLI);


Ring.lua

Maps/Ring.lua
0431
SetPlotTypes(plotsRing);


Skirmish.lua

Maps/Skirmish.lua
0228
SetPlotTypes(plotsSkirmish);


Terra.lua

Maps/Terra.lua
0565
SetPlotTypes(plotsTerra);



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.