SetNPCDimension

From Onset Developer Wiki
Revision as of 12:38, 27 March 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Sets the dimension of this npc. Players can only see npcs in the same dimension. * Default dimension: 0 * Maximum dimension: 4...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetNPCDimension

Type: Function
Context: Server
Introduced: v1.0

Description

Sets the dimension of this npc. Players can only see npcs in the same dimension.

  • Default dimension: 0
  • Maximum dimension: 4294967295

Syntax

SetNPCDimension(npc, dimension)

Parameters

  • npc
    The npc identifier.
  • dimension
    The new dimension to set.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__