C# Класс Aura.Channel.World.Quests.QuestPrerequisite

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Is ( Type type ) : bool

Returns true if this prerequisite, or on of its nested ones, is of the given type.

Met ( Creature character ) : bool

Returns true if character meets the requirement.

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

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

Returns true if this prerequisite, or on of its nested ones, is of the given type.
public abstract Is ( Type type ) : bool
type System.Type
Результат bool

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

Returns true if character meets the requirement.
public abstract Met ( Creature character ) : bool
character Aura.Channel.World.Entities.Creature
Результат bool