SetDoorLocation
From Onset Developer Wiki
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. - rotation
The yaw rotation of this door.
Return Value
- Returns true on success. false if the door does not exist.
Example
SetDoorLocation(doorId, 0.0, 0.0, 0.0)