AssignStartingPlots.DivideBritain (Civ5 API)

From Civilization Modding Wiki
Revision as of 14:04, 20 September 2012 by DonQuich (talk | contribs) (Bot update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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


Function.png This function is a member of AssignStartingPlots.

This is an instance method, invoke it with a colon.


Usage

void AssignStartingPlots:DivideBritain(int numDivisions, unknown fertility_table, int rectangle_data_table)


Parameters

numDivisions: No description available.
fertility_table: No description available.
rectangle_data_table: No description available.


Source code samples

Europe_Scenario.lua (G&K)

DLC/Expansion/Scenarios/MedievalScenario/Europe_Scenario.lua
0985
self:DivideBritain(2, fert_table, rect_table)
0986
--print("- British Isles defined as Regions 1 and 2.");
0988
-- Morocco and Tunisia.
0989
self.inhabited_WestX = 3;



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.