Tile - YLock - Unlock – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Lock-Unlock to Ylands:Tile - YLock - Unlock: 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. | |||
--> | |||
== Unlock(Entity) == | |||
=Notes= | [[File:YlandsTile-49.png]] | ||
*Does not work as padlocks, those are different functionality and are available only as player action | |||
<pre>static unlock(target: YEntity): void;</pre> | |||
=== Parameters === | |||
==== target ==== | |||
=== Description === | |||
Unlock target entity. | |||
=== Notes === | |||
* Supported entities: '''doors''' and lock-able '''containers''' (e.g chests). | |||
* Does not work as padlocks, those are different functionality and are available only as player action. | |||
Line 12: | Line 26: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:52, 8 July 2021
Unlock(Entity)
static unlock(target: YEntity): void;
Parameters
target
Description
Unlock target entity.
Notes
- Supported entities: doors and lock-able containers (e.g chests).
- Does not work as padlocks, those are different functionality and are available only as player action.