Tile - YEntity - Indestructible – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Entity indestructible to Ylands:Tile - YEntity - Indestructible: 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. | |||
--> | |||
== Indestructible == | |||
=Notes= | [[File:YlandsTile-317-get.png]] | ||
*Animals also work with | |||
*For characters (players, NPCs) use | [[File:YlandsTile-317-set.png]] | ||
<pre>get indestructible(): boolean; | |||
set indestructible(value: boolean);</pre> | |||
=== Description === | |||
Allows to '''get''' / '''set''' whenever an entity '''can be destroyed''' or not. | |||
=== Notes === | |||
* Animals also work with "Indestructible". | |||
* For characters (players, NPCs) use '''Invincibility'''. | |||
Line 12: | Line 25: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:52, 8 July 2021
Indestructible
get indestructible(): boolean; set indestructible(value: boolean);
Description
Allows to get / set whenever an entity can be destroyed or not.
Notes
- Animals also work with "Indestructible".
- For characters (players, NPCs) use Invincibility.