Function get_cell_state_description

Source
pub fn get_cell_state_description(pid: u16, index: u16) -> String
Expand description

Get the cell description at a certain index in a player’s latest cell state changes.

pid The player ID whose cell state changes should be used.
index The index of the cell state.

Returns the cell description.