C# Класс 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.
Наследование: QuestPrerequisite
Показать файл Открыть проект

Открытые методы

Метод Описание
Is ( Type type ) : bool
Met ( Creature character ) : bool
QuestPrerequisiteReachedAge ( int age ) : System.Linq

Описание методов

Is() публичный Метод

public Is ( Type type ) : bool
type System.Type
Результат bool

Met() публичный Метод

public Met ( Creature character ) : bool
character Aura.Channel.World.Entities.Creature
Результат bool

QuestPrerequisiteReachedAge() публичный Метод

public QuestPrerequisiteReachedAge ( int age ) : System.Linq
age int
Результат System.Linq