Skip to main content

Sprite.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type Sprite
local sprite;


local val0 = sprite.GetInstanceID()