Unit.SetDeployFromOperationTurn (Civ5 API)

From Civilization Modding Wiki
Revision as of 13:39, 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 Unit.

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


Usage

void Unit:SetDeployFromOperationTurn(int arg0)


Parameters

arg0: No description available.


Source code samples

Redundant occurences have been removed.

TurnsRemaining.lua - DLC_04 DLC

DLC/DLC_04/Scenarios/1066Scenario/TurnsRemaining.lua
0547
unit:SetDeployFromOperationTurn(1);
0749
Map.GetPlot(42,39):GetUnit(0):SetDeployFromOperationTurn(1);
0750
Map.GetPlot(43,39):GetUnit(0):SetDeployFromOperationTurn(1);
0751
Map.GetPlot(42,38):GetUnit(0):SetDeployFromOperationTurn(1);
0752
Map.GetPlot(43,38):GetUnit(0):SetDeployFromOperationTurn(1);
0753
Map.GetPlot(44,38):GetUnit(0):SetDeployFromOperationTurn(1);
0754
Map.GetPlot(42,37):GetUnit(0):SetDeployFromOperationTurn(1);
0755
Map.GetPlot(43,37):GetUnit(0):SetDeployFromOperationTurn(1);
0756
Map.GetPlot(44,37):GetUnit(0):SetDeployFromOperationTurn(1);
0757
Map.GetPlot(45,37):GetUnit(0):SetDeployFromOperationTurn(1);
0758
Map.GetPlot(43,36):GetUnit(0):SetDeployFromOperationTurn(1);
0759
Map.GetPlot(44,36):GetUnit(0):SetDeployFromOperationTurn(1);
0760
Map.GetPlot(45,36):GetUnit(0):SetDeployFromOperationTurn(1);
0761
Map.GetPlot(43,35):GetUnit(0):SetDeployFromOperationTurn(1);
0762
Map.GetPlot(44,35):GetUnit(0):SetDeployFromOperationTurn(1);



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.