![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the Interact event of GameObjects. More...
Public Member Functions | |
| InteractEventArgs (GamePlayer source) | |
| Constructs a new interact event argument class. | |
Properties | |
| new GamePlayer | Source [get] |
| The GameLiving who caused this event. | |
Holds the arguments for the Interact event of GameObjects.
| DOL.Events.InteractEventArgs.InteractEventArgs | ( | GamePlayer | source | ) |
Constructs a new interact event argument class.
| source | the player wanting to interact |
new GamePlayer DOL.Events.InteractEventArgs.Source [get] |
The GameLiving who caused this event.
Reimplemented from DOL.Events.SourceEventArgs.