Item Event
Triggers every time certain actions are done with/by an item
Variables
Name | Type | Description |
---|---|---|
Example Value: Added, Removed, DroppedPinned, DroppedUnpinned, Clicked, Locked, Unlocked The item event type | ||
Example Value: Black Sunglasses The item's file name. If you pass in a list of item filenames, items with non-matching filenames will not trigger the event. This does "contains-matching", so for example if you pass in "my", it will match the item my_item.png | ||
Example Value: a27fa7a3c94c44d5a15c0abb4c3128a9 The item's instance ID. If you pass in a list of item IDs, items with non-matching IDs will not trigger the event | ||
Example Value: 0.0479986667633057 The item x position in the usual coordinate system | ||
Example Value: 0.344514489173889 The item y position in the usual coordinate system |