Function get_skill_progress

Source
pub fn get_skill_progress(pid: u16, skill_id: u16) -> f64
Expand description

Get the progress the player has made towards increasing a certain skill by 1.

pid The player ID.
skill_id The skill ID.

Returns the skill progress.