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

Skill prerequisite, met if a certain event is in progress.
Inheritance: QuestPrerequisite
Datei anzeigen Open project: aura-project/aura

Public Methods

Method Description
Is ( Type type ) : bool
Met ( Creature character ) : bool
QuestPrerequisiteEventActive ( string gameEventId ) : 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

QuestPrerequisiteEventActive() public method

public QuestPrerequisiteEventActive ( string gameEventId ) : System.Linq
gameEventId string
return System.Linq