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

pub fn set_actor_cell(cell_description: &str)

Set the cell of the temporary actor stored on the server.

Used for ActorCellChange packets, where a specific actor's cell now differs from that of the
actor list.

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.

cell_description The description of the cell.

Returns void