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

pub fn send_stats_dynamic(pid: u16)

Send a PlayerStatsDynamic packet with a player's dynamic stats (health,
magicka and fatigue).

It is always sent to all players.

pid The player ID.

Returns void