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

Afficher le fichier Open project: aura-project/aura Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Is() public abstract méthode

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
Résultat bool

Met() public abstract méthode

Returns true if character meets the requirement.
public abstract Met ( Creature character ) : bool
character Aura.Channel.World.Entities.Creature
Résultat bool