pub fn set_object_door_destination_rotation(x: f64, z: f64)Expand description
Set the door destination rotation of the temporary object stored on the server.
Note: Because this sets the rotation a player will have upon using the door, and rotation
on the Y axis has no effect on players, the Y value has been omitted as an argument.
x The X rotation.
z The Z rotation.
Returns void