En:GoToCell
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Account
Method of class MapObject
[править]
Syntax
GoToCell(x_value : Number, y_value : Number, run_mode : Boolean)
[править]
Description
Go/run an unit to relative tile (hexagon);
[править]
Parameters
- x_value - number. X-coordinate relative tile (hexagon);
- y_value - number. Y-coordinate relative tile (hexagon);
- run_mode - boolean. If value is TRUE unit will run, if it is FALSE unit will go on foot;
[править]
Result
The method returns nothing;