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

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

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

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

Returns void