SetDoorLocation

From Onset Developer Wiki
Revision as of 10:10, 8 October 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Teleports a door to a specified location.}} {{FuncSyntax|SetDoorLocation(door, x, y, z)}} {{FuncParameters}} {{FuncParam|door...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetDoorLocation

Type: Function
Context: Server
Introduced: v1.0

Description

Teleports a door to a specified location.

Syntax

SetDoorLocation(door, x, y, z)

Parameters

  • door
    The door identifier.
  • x
    World X location.
  • y
    World Y location.
  • z
    World Z location.

Return Value

  • Returns true on success. false if the door does not exist.

Example

__EDIT_ME__

See also

__EDIT_ME__