Method GetSkill
|
Improve this Doc
View Source
GetSkill(SkillType)
Gets a custom skill with given SkillType.
Declaration
public Skills.SkillDef GetSkill(Skills.SkillType skillType)
Parameters
Type |
Name |
Description |
SkillType |
skillType |
SkillType to look for |
Returns
Type |
Description |
SkillDef |
Custom skill with given SkillType |
|
Improve this Doc
View Source
GetSkill(string)
Gets a custom skill with given skill identifier.
Declaration
public Skills.SkillDef GetSkill(string identifier)
Parameters
Type |
Name |
Description |
string |
identifier |
String indentifer of SkillType to look for |
Returns
Type |
Description |
SkillDef |
Custom skill with given SkillType |