Item
Beta
Readonly
Beta
handleReturns a handle that describes the overlapping object, or null
.
If the overlapping object is an item, returns ItemHandle.
If the overlapping object is a player, returns PlayerHandle.
If the overlapping object is not an item or a player, returns null
.
Refer Handles in the top page of Script Reference to know how to handle this value.
Readonly
Beta
objectDescribes the overlapping object.
Overlap.object
is deprecated.
Please use Overlap.handle
instead.
Readonly
Beta
selfDescribes which part of the item is overlapping.
Generated using TypeDoc
Describes an overlap between an item and another object.