CreateDoor

From Onset Developer Wiki
Revision as of 17:20, 7 October 2019 by BlueMountains (talk | contribs)
CreateDoor

Type: Function
Context: Server
Introduced: v1.0

Description

Creates stateful doors which can be interacted with by players by pressing 'E'. Some of them are physics doors meaning they are pushed open by running against them.

See available doors here Doors.

Syntax

CreateDoor(modelid, x, y, z, rotation [, bEnableInteract])

Parameters

  • modelid
    The door from this list: Doors.
  • x
    World X location.
  • y
    World Y location.
  • z
    World Z location.
  • rotation
    Yaw rotation of the door.
  • bEnableInteract (optional)
    __EDIT_ME__

Return Value

  • Returns the identifier to the door.

Example

__EDIT_ME__

See also

__EDIT_ME__