GetSkillSuggestions
Returns all skills that have a description or name similar to the input.
Implementation
public virtual List<int> GetSkillSuggestions(string hint);
Returns
List<int>
Last updated
Was this helpful?
Returns all skills that have a description or name similar to the input.
public virtual List<int> GetSkillSuggestions(string hint);
List<int>
Last updated
Was this helpful?