En:Global.OnUnitGetTurn
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
function OnUnitGetTurn(unit_name : String) : UnitActionTurn
[править]
Description
Called when object get turn (only during fight). Called after finished work of same named event from unit_events.pfs;
[править]
Parameters
- unit_name - string. Unit name;
[править]
Result
The function returns UnitActionTurn enumeration value. Data type - UnitActionTurn;
[править]