En:SetWall
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Account
Method of class MapBuilder
[править]
Syntax
SetWall(x_value : Number, y_value : Number, identifier : Number], direction : Direction)
[править]
Description
Set image of wall part by specified relative tile (hexagon);
[править]
Параметры
- x_value - number. X-coordinate of relative tile (hexagon);
- y_value - number. Y-coordinate of relative tile (hexagon);
- identifier - number. Image identifier (see AddWallImage);
- direction - Direction. Wall direction (It is used for more precise definition of offset coordinate). Uses Direction.NorthEast by default;
[править]
Result
The method returns nothing;
[править]