Skip to main content

NavMeshAgent.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type NavMeshAgent
local navmeshagent;


local val0 = navmeshagent.GetInstanceID()