Function send_attributes

Source
pub fn send_attributes(pid: u16)
Expand description

Send a PlayerAttribute packet with a player’s attributes and bonuses
to those attributes at the next level up (the latter being called
“skill increases” as in OpenMW).

It is always sent to all players.

pid The player ID.

Returns void