[−][src]Function tes3mp_plugin::plugin::generated::set_mark_cell
pub fn set_mark_cell(pid: u16, cell_description: &str)
Set the Mark cell of a player.
This changes the Mark cell recorded for that player in the server memory, but does not by itself
send a packet.
The cell is determined to be an exterior cell if it fits the pattern of a number followed
by a comma followed by another number.
pid The player ID.
cell_description The cell description.
Returns void