Tile - YLogic - Enabled – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Game logic enabled to Ylands:Tile - YLogic - Enabled: 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. | |||
*'''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> | |||
=== 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. | |||
Line 15: | Line 24: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:52, 8 July 2021
Enabled
get enabled(): boolean; set enabled(value: boolean);
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.