Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.Events.QuestEventArgs Class Reference

Holds the arguments for the Quest event of GamePlayer. More...

Inheritance diagram for DOL.Events.QuestEventArgs:
DOL.Events.SourceEventArgs

List of all members.

Public Member Functions

 QuestEventArgs (GameLiving source, GamePlayer player, ushort questid)
 Constrcuts a new QuesteventArgument.

Properties

ushort QuestID [get]
 Gets the Id of quest.
GamePlayer Player [get]

Detailed Description

Holds the arguments for the Quest event of GamePlayer.


Constructor & Destructor Documentation

DOL.Events.QuestEventArgs.QuestEventArgs ( GameLiving  source,
GamePlayer  player,
ushort  questid 
)

Constrcuts a new QuesteventArgument.

Parameters:
sourceInviting NPC
playerPlayer associated with quest
questidid of quest

Property Documentation

ushort DOL.Events.QuestEventArgs.QuestID [get]

Gets the Id of quest.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events