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

Holds the arguments for the PlayerPromoted event of GameMerchants. More...

List of all members.

Public Member Functions

 PlayerPromotedEventArgs (GamePlayer player, ICharacterClass oldClass)
 Constructs a new PlayerPromoted event argument class.

Properties

GamePlayer Player [get]
 Gets the player that was promoted.
ICharacterClass OldClass [get]
 Gets the class player was using before promotion.

Detailed Description

Holds the arguments for the PlayerPromoted event of GameMerchants.


Constructor & Destructor Documentation

DOL.Events.PlayerPromotedEventArgs.PlayerPromotedEventArgs ( GamePlayer  player,
ICharacterClass  oldClass 
)

Constructs a new PlayerPromoted event argument class.

Parameters:
playerthe player that was promoted
oldClassthe player old class

Property Documentation

ICharacterClass DOL.Events.PlayerPromotedEventArgs.OldClass [get]

Gets the class player was using before promotion.

GamePlayer DOL.Events.PlayerPromotedEventArgs.Player [get]

Gets the player that was promoted.


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