Skip to main content

Object.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type Object
local object;


local val0 = object.GetInstanceID()