En:SetWalkStep
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
SetWalkStep(x_value : Number, y_value : Number)
[править]
Description
Set coordinates of relative tiles (hexagons) on which the unit will move. It is used only at the moment of event OnGetUnitPath call from module wmap_events.pfs;
[править]
Parameters
- x_value - number. X - value of relative tile (hexagon);
- y_value - number. Y - value of relative tile (hexagon);
[править]
Result
The procedure returns nothing;
[править]