Function get_spellbook_changes_action

Source
pub fn get_spellbook_changes_action(pid: u16) -> u16
Expand description

Get the action type used in a player’s latest spellbook changes.

pid The player ID whose spellbook changes should be used.

Returns the action type (0 for SET, 1 for ADD, 2 for REMOVE).