Tile - YTerrain - Terrain Modifiable – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
<pre>static get modifiable(): boolean; | <pre>static get modifiable(): boolean; | ||
static set modifiable(value: boolean);</pre> | static set modifiable(value: boolean);</pre> | ||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | === Description === | ||
Revision as of 11:15, 12 November 2021
Terrain Modifiable
static get modifiable(): boolean; static set modifiable(value: boolean);
Availability
Description
Allows to get / set whenever it is possible to modify terrain in-game.
Notes
- If set to true, it is possible to modify terrain by any usual gameplay means like digging, explosives etc.
- Dynamic terrain parameter in Game Settings overrides this instruction.
- It is not possible to turn terrain modifiable back again, once disabled in Game Settings.