[][src]Function tes3mp_plugin::plugin::generated::set_object_door_state

pub fn set_object_door_state(door_state: i16)

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