Method HasSkill
HasSkill(NwSkill)
Returns true if this creature has the skill specified, and is useable.
public bool HasSkill(NwSkill skill)
Parameters
skillNwSkillThe skill to check.
Returns
- bool
True if the creature has this skill.
Returns true if this creature has the skill specified, and is useable.
public bool HasSkill(NwSkill skill)
skill NwSkillThe skill to check.
True if the creature has this skill.