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

pub fn set_mark_pos(pid: u16, x: f64, y: f64, z: f64)

Set the Mark position 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 position.
y The Y position.
z The Z position.

Returns void