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

Age prerequisite, met if character's age is greater or equal.
Since aging only happens on relog, we don't need any special handling for this one, the quests will simply check their prerequisites on login, as they always do, and will give the quest if the age is reached.
Inheritance: QuestPrerequisite
Datei anzeigen Open project: aura-project/aura

Public Methods

Method Description
Is ( Type type ) : bool
Met ( Creature character ) : bool
QuestPrerequisiteReachedAge ( int age ) : System.Linq

Method Details

Is() public method

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

Met() public method

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

QuestPrerequisiteReachedAge() public method

public QuestPrerequisiteReachedAge ( int age ) : System.Linq
age int
return System.Linq