load
Method
This is a method of the SkillManager class in the skills module.Load a skill by name.
Signature
Parameters
No description available.
Returns
The result of the operation.
load: Load a skill by name.
This is a method of the SkillManager class in the skills module.Load a skill by name.
def load(&mut self, name: &str) -> Result<&SkillProperties, ParseError>