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
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

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

Method Details

Is() public méthode

public Is ( Type type ) : bool
type System.Type
Résultat bool

Met() public méthode

public Met ( Creature character ) : bool
character Aura.Channel.World.Entities.Creature
Résultat bool

QuestPrerequisiteReachedAge() public méthode

public QuestPrerequisiteReachedAge ( int age ) : System.Linq
age int
Résultat System.Linq