Function set_cell

Source
pub fn set_cell(pid: u16, cell_description: &str)
Expand description

Set the cell of a player.

This changes the 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