En:IsCellFree
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Account
Method of class MapBuilder
[править]
Syntax
isCellFree(x_value : Number, y_value : Number) : Boolean
[править]
Description
Check: relative tile (hexagon) is free by current coordinates;
[править]
Parameters
- x_value - number. X-coordinate relative tile (hexagon);
- y_value - number. Y-coordinate relative tile (hexagon);
[править]
Result
Method returns true if current relative tile (hexagon) is free, and false - otherwise. Data type - Boolean;