Skip to main content

AudioClip.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type AudioClip
local audioclip;


local val0 = audioclip.GetInstanceID()