Skip to main content

send_level

Function send_level 

Source
pub fn send_level(pid: u16)
Expand description

Send a PlayerLevel packet with a player’s character level and
progress towards the next level up

It is always sent to all players.

pid The player ID.

Returns void