Tile - YLogic - Enabled – Ylands
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[ | <!--- | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
*'''Disabled''' game logic will '''not''' perform its '''function'''. | --> | ||
== Enabled == | |||
[[File:YlandsTile-89-get.png]] | |||
[[File:YlandsTile-89-set.png]] | |||
<pre>get enabled(): boolean; | |||
set enabled(value: boolean);</pre> | |||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | |||
Allows to '''enable''' / '''disable''' target game logic. | |||
=== Notes === | |||
* '''Disabled''' game logic will '''not''' perform its '''function'''., i.e Trigger Zone will not trigger On Enter / Exit events. | |||
---- | ---- | ||
{{Ylands | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:27, 24 November 2023
Enabled
get enabled(): boolean; set enabled(value: boolean);
Availability
Description
Allows to enable / disable target game logic.
Notes
- Disabled game logic will not perform its function., i.e Trigger Zone will not trigger On Enter / Exit events.