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

Objective to kill creatures of a race type.
Inheritance: QuestObjective
Datei anzeigen Open project: aura-project/aura

Public Methods

Method Description
Check ( Creature killedCreature ) : bool

Returns true if creature matches one of the race types.

QuestObjectiveKill ( int amount ) : System.Linq

Method Details

Check() public method

Returns true if creature matches one of the race types.
public Check ( Creature killedCreature ) : bool
killedCreature Aura.Channel.World.Entities.Creature
return bool

QuestObjectiveKill() public method

public QuestObjectiveKill ( int amount ) : System.Linq
amount int
return System.Linq