Function send_stats_dynamic

Source
pub fn send_stats_dynamic(pid: u16)
Expand description

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