C# Class Aura.Channel.World.Quests.QuestPrerequisiteNotSkill

Skill prerequisite, met if character doesn't have the skill or rank yet.
Inheritance: QuestPrerequisite
Mostra file Open project: aura-project/aura

Public Methods

Method Description
Is ( Type type ) : bool
Met ( Creature character ) : bool
QuestPrerequisiteNotSkill ( SkillId skillId, SkillRank rank = SkillRank.Novice ) : System.Linq

Method Details

Is() public method

public Is ( Type type ) : bool
type Type
return bool

Met() public method

public Met ( Creature character ) : bool
character Aura.Channel.World.Entities.Creature
return bool

QuestPrerequisiteNotSkill() public method

public QuestPrerequisiteNotSkill ( SkillId skillId, SkillRank rank = SkillRank.Novice ) : System.Linq
skillId SkillId
rank SkillRank
return System.Linq