Tile - YTerrain - Terrain Modifiable – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Terrain modifiable to Ylands:Tile - YTerrain - Terrain Modifiable: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Terrain Modifiable == | |||
=Notes= | [[File:YlandsTile-158-get.png]] | ||
*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. | [[File:YlandsTile-158-set.png]] | ||
<pre>static get modifiable(): boolean; | |||
static set modifiable(value: boolean);</pre> | |||
=== 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. | |||
Line 13: | Line 26: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:51, 8 July 2021
Terrain Modifiable
static get modifiable(): boolean; static set modifiable(value: boolean);
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.