Show / Hide Table of Contents

Method GetSkill

| Edit this page 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
| Edit this page 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
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾