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

pub fn get_skill_name(skill_id: u16) -> String

Get the name of the skill with a certain numerical ID.

If an invalid ID is used, "invalid" is returned.

skill_id The ID of the skill.

Returns the name of the skill.