Tile - YItem - Set Pickable – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
Is pickable (bool) | Is pickable (bool) | ||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | === Description === |
Revision as of 11:16, 12 November 2021
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.