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

显示文件 Open project: aura-project/aura Class Usage Examples

Public Methods

Method 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 method

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
return bool

Met() public abstract method

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