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

pub fn set_mark_rot(pid: u16, x: f64, z: f64)

Set the Mark rotation of a player.

This changes the Mark positional coordinates recorded for that player in the server memory, but
does not by itself send a packet.

pid The player ID.
x The X rotation.
z The Z rotation.

Returns void