En:SetRoofCellTile
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Account
Method of class MapBuilder
[править]
Syntax
SetRoofCellTile(x_value : Number, y_value : Number, tile_id : Number, tiles_group_id : Number)
[править]
Description
Add tile to location ceiling;
[править]
Parameters
- x_value - number. X-coordinate tile;
- y_value - number. Y-coordinate tile;
- tile_id - number. Tile image identifier (see method AddTileImage);
- tiles_group_id - number. Tiles group identifier of lacation ceiling, which will disappear, when unit will exit in structure (scilicet each structure should have the unique identifier of location ceiling tiles group);
[править]
Result
The method returns nothing;
[править]
See also
Method AddTileImage