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

pub fn set_spellbook_changes_action(pid: u16, action: u8)

Set the action type in a player's spellbook changes.

pid The player ID whose spellbook changes should be used.
action The action (0 for SET, 1 for ADD, 2 for REMOVE).

Returns void