pub fn read_cell_actor_list(cell_description: &str)Expand description
Use the temporary actor list stored for a cell as the one being read.
This type of actor list is used to store actor positions and dynamic stats and is deleted
when the cell is unloaded.
cell_description The description of the cell whose actor list should be read.
Returns void