Function set_object_door_state

Source
pub fn set_object_door_state(door_state: i16)
Expand description

Set the door state of the temporary object stored on the server.

Doors are open or closed based on their door state.

door_state The door state.

Returns void