![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the character events. More...
Public Member Functions | |
CharacterEventArgs (DOLCharacters character, GameClient client) | |
Properties | |
DOLCharacters | Character [get] |
Gets the character for this event. | |
GameClient | GameClient [get] |
Gets the client for this event. |
Holds the arguments for the character events.
DOL.Events.CharacterEventArgs.CharacterEventArgs | ( | DOLCharacters | character, |
GameClient | client | ||
) |
Constructs a new event argument class for the character events
character | |
client |
DOLCharacters DOL.Events.CharacterEventArgs.Character [get] |
Gets the character for this event.
GameClient DOL.Events.CharacterEventArgs.GameClient [get] |
Gets the client for this event.