Unit.Convert (Civ5 API): Difference between revisions
(Bot update) |
No edit summary |
||
Line 8: | Line 8: | ||
}} | }} | ||
Copies the attributes of one unit to another before removing the former unit. Useful for replacing units such as when upgrading. Note that this function does not create the unit to copy to, however. To do this, first use {{Func5|Player|InitUnit}}. | |||
=Usage= | =Usage= | ||
Line 17: | Line 18: | ||
|- | |- | ||
|valign="top" style="padding-right:6px;"|unit: | |valign="top" style="padding-right:6px;"|unit: | ||
|valign="top"| '' | |valign="top"| ''The unit to be copied from and then removed.'' | ||
|} | |} | ||
Latest revision as of 02:56, 21 February 2014
This page is a part of the Lua and UI Reference (Civ5).
This function is a member of Unit. This is an instance method, invoke it with a colon. |
Copies the attributes of one unit to another before removing the former unit. Useful for replacing units such as when upgrading. Note that this function does not create the unit to copy to, however. To do this, first use InitUnit.
Usage
void Unit:Convert(Unit unit)
Parameters
unit: The unit to be copied from and then removed.
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.