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

pub fn set_actor_list_cell(cell_description: &str)

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

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