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

pub fn clear_faction_changes(pid: u16)

Clear the last recorded faction changes for a player.

This is used to initialize the sending of new PlayerFaction packets.

pid The player ID whose faction changes should be used.

Returns void