GetNPCDimension

From Onset Developer Wiki
GetNPCDimension

Type: Function
Context: Server
Introduced: v1.0

Description

Gets the dimension of this npc.

Syntax

GetNPCDimension(npc)

Parameters

  • npc
    The npc identifier.

Return Value

  • Returns the dimension.

Example

print("NPC Dimension: " .. GetNPCDimension(npcid))

See also