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

pub fn send_attributes(pid: u16)

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