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

pub fn get_cell_state_type(pid: u16, index: u16) -> u16

Get the cell state type 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 state type (0 for LOAD, 1 for UNLOAD).