Tile - YTerrain - Terrain Modifiable – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Image:Ylands_Tile_-_Terrain_modifiable.png]]
<!---
*Allows to '''get''' / '''set'''  whenever it's possible to '''modify terrain''' in-game.
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's 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]]
**It is not possible to turn terrain modifiable back again, once disabled in Game Settings.
 
<pre>static get modifiable(): boolean;
static set modifiable(value: boolean);</pre>
=== Availability ===
 
[[Ylands:Tile Availability - Server|Server]]
 
=== 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.




----
----
{{Ylands scripting navbox}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.10]]

Latest revision as of 15:27, 24 November 2023

Terrain Modifiable

YlandsTile-158-get.png

YlandsTile-158-set.png

static get modifiable(): boolean;
static set modifiable(value: boolean);

Availability

Server

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.