Tile - YItem - Set Pickable – 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}}}}") |
||
(8 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. | |||
*Does not work on small foliage. Use | --> | ||
== Set Pickable(Entity, Value) == | |||
[[File:YlandsTile-1081.png]] | |||
<pre>static setPickable(target: YEntity, value: boolean): void;</pre> | |||
=== Parameters === | |||
==== target ==== | |||
Target entity | |||
==== value ==== | |||
Is pickable (bool) | |||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | |||
Allows to set whenever selected '''item''' can be '''picked up'''. | |||
=== Notes === | |||
* Does not work on small foliage. Use '''Disable Interactions''' instead. | |||
---- | ---- | ||
{{Ylands | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | |||
[[Category: Instructions]] |
Latest revision as of 14:27, 24 November 2023
Set Pickable(Entity, Value)
static setPickable(target: YEntity, value: boolean): void;
Parameters
target
Target entity
value
Is pickable (bool)
Availability
Description
Allows to set whenever selected item can be picked up.
Notes
- Does not work on small foliage. Use Disable Interactions instead.