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

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

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

pid The player ID whose faction changes should be used.
action The action (0 for RANK, 1 for EXPULSION, 2 for REPUTATION).

Returns void