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

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

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

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

Returns void