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

Collection of prerequisites, met if at least one of them is met.
Inheritance: QuestPrerequisite
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
Is ( Type type ) : bool
Met ( Creature character ) : bool
QuestPrerequisiteOr ( ) : System.Linq

Method Details

Is() public méthode

public Is ( Type type ) : bool
type Type
Résultat bool

Met() public méthode

public Met ( Creature character ) : bool
character Aura.Channel.World.Entities.Creature
Résultat bool

QuestPrerequisiteOr() public méthode

public QuestPrerequisiteOr ( ) : System.Linq
Résultat System.Linq