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

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

Méthodes publiques

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

QuestPrerequisiteEventActive() public méthode

public QuestPrerequisiteEventActive ( string gameEventId ) : System.Linq
gameEventId string
Résultat System.Linq