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

Holds the arguments for the GainedExperience event of GameLivings. More...

List of all members.

Public Member Functions

 GainedExperienceEventArgs (long expBase, long expCampBonus, long expGroupBonus, long expOutpostBonus, bool sendMessage, bool allowMultiply, GameLiving.eXPSource xpSource)
 Constructs new ReceiveMoneyEventArgs.

Properties

long ExpBase [get]
 Gets the amount of base experience gained.
long ExpCampBonus [get]
 Gets the amount of camp bonus experience gained.
long ExpGroupBonus [get]
 Gets the amount of group bonus experience gained.
long ExpOutpostBonus [get]
 gets the amount of outpost bonus experience gained
bool SendMessage [get]
 True if experience gain message was sent.
bool AllowMultiply [get]
 is the experience allowed to be multiplied
GameLiving.eXPSource XPSource [get]

Detailed Description

Holds the arguments for the GainedExperience event of GameLivings.


Constructor & Destructor Documentation

DOL.Events.GainedExperienceEventArgs.GainedExperienceEventArgs ( long  expBase,
long  expCampBonus,
long  expGroupBonus,
long  expOutpostBonus,
bool  sendMessage,
bool  allowMultiply,
GameLiving.eXPSource  xpSource 
)

Constructs new ReceiveMoneyEventArgs.

Parameters:
expBasethe amount of base exp gained
expCampBonuscamp bonus to exp gained
expGroupBonusgroup bonus to exp gained
expOutpostBonusoutpost bonus to exp gained
sendMessagesend experience gained messages
allowMultiply

Property Documentation

bool DOL.Events.GainedExperienceEventArgs.AllowMultiply [get]

is the experience allowed to be multiplied

long DOL.Events.GainedExperienceEventArgs.ExpBase [get]

Gets the amount of base experience gained.

long DOL.Events.GainedExperienceEventArgs.ExpCampBonus [get]

Gets the amount of camp bonus experience gained.

long DOL.Events.GainedExperienceEventArgs.ExpGroupBonus [get]

Gets the amount of group bonus experience gained.

long DOL.Events.GainedExperienceEventArgs.ExpOutpostBonus [get]

gets the amount of outpost bonus experience gained

bool DOL.Events.GainedExperienceEventArgs.SendMessage [get]

True if experience gain message was sent.


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