Skip to main content

BoxCollider.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type BoxCollider
local boxcollider;


local val0 = boxcollider.GetInstanceID()