pub fn set_faction_changes_action(pid: u16, action: u8)Expand description
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