Function set_level_progress

Source
pub fn set_level_progress(pid: u16, value: i16)
Expand description

Set the player’s progress to their next character level.

pid The player ID.
value The new level progress of the player.

Returns void