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

pub fn set_exterior_cell(pid: u16, x: i16, y: i16)

Set the cell of a player to an exterior cell.

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

pid The player ID.
x The X coordinate of the cell.
y The Y coordinate of the cell.

Returns void