Tile - YItem - Set Pickable – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Item pickable to Ylands:Tile - YItem - Set Pickable: 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. | |||
*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) | |||
=== Description === | |||
Allows to set whenever selected '''item''' can be '''picked up'''. | |||
=== Notes === | |||
* Does not work on small foliage. Use '''Disable Interactions''' instead. | |||
Line 9: | Line 31: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:52, 8 July 2021
Set Pickable(Entity, Value)
static setPickable(target: YEntity, value: boolean): void;
Parameters
target
Target entity
value
Is pickable (bool)
Description
Allows to set whenever selected item can be picked up.
Notes
- Does not work on small foliage. Use Disable Interactions instead.