Function set_actor_rotation

Source
pub fn set_actor_rotation(x: f64, y: f64, z: f64)
Expand description

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