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

pub fn set_object_rotation(x: f64, y: f64, z: f64)

Set the rotation of the temporary object stored on the server.

x The X rotation.
y The Y rotation.
z The Z rotation.

Returns void