Item
Beta
Readonly
Beta
itemIf the collision target is an item, this returns its handle.
If the collision target is not an item, this returns null
.
Readonly
Beta
playerIf the collision target is a player, this returns its handle.
If the collision target is not a player, this returns null
.
Generated using TypeDoc
A read-only type describing the target of a collision. In some cases, both the
itemHandle
andplayerHandle
may return asnull
.Deprecated
HitObject
is deprecated.