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

Skill prerequisite, met if a certain event is in progress.
Наследование: QuestPrerequisite
Показать файл Открыть проект

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

Метод Описание
Is ( Type type ) : bool
Met ( Creature character ) : bool
QuestPrerequisiteEventActive ( string gameEventId ) : 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

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

public QuestPrerequisiteEventActive ( string gameEventId ) : System.Linq
gameEventId string
Результат System.Linq