Tile - YEntity - Indestructible – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
<pre>get indestructible(): boolean; | <pre>get indestructible(): boolean; | ||
set indestructible(value: boolean);</pre> | set indestructible(value: boolean);</pre> | ||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | === Description === | ||
Revision as of 11:16, 12 November 2021
Indestructible
get indestructible(): boolean; set indestructible(value: boolean);
Availability
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.