![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the GainedExperience event of GameLivings. More...
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] |
Holds the arguments for the GainedExperience event of GameLivings.
DOL.Events.GainedExperienceEventArgs.GainedExperienceEventArgs | ( | long | expBase, |
long | expCampBonus, | ||
long | expGroupBonus, | ||
long | expOutpostBonus, | ||
bool | sendMessage, | ||
bool | allowMultiply, | ||
GameLiving.eXPSource | xpSource | ||
) |
Constructs new ReceiveMoneyEventArgs.
expBase | the amount of base exp gained |
expCampBonus | camp bonus to exp gained |
expGroupBonus | group bonus to exp gained |
expOutpostBonus | outpost bonus to exp gained |
sendMessage | send experience gained messages |
allowMultiply |
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.