CreateDoor
From Onset Developer Wiki
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__