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

pub fn set_reset_stats(pid: u16, reset_stats: bool)

Set whether the player's stats should be reset based on their
current race as the result of a PlayerBaseInfo packet.

This changes the resetState for that player in the server memory, but does not by itself
send a packet.

pid The player ID.
reset_stats The stat reset state.

Returns void