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

Holds the arguments for the Interact event of GameObjects. More...

Inheritance diagram for DOL.Events.InteractEventArgs:
DOL.Events.SourceEventArgs

List of all members.

Public Member Functions

 InteractEventArgs (GamePlayer source)
 Constructs a new interact event argument class.

Properties

new GamePlayer Source [get]
 The GameLiving who caused this event.

Detailed Description

Holds the arguments for the Interact event of GameObjects.


Constructor & Destructor Documentation

DOL.Events.InteractEventArgs.InteractEventArgs ( GamePlayer  source)

Constructs a new interact event argument class.

Parameters:
sourcethe player wanting to interact

Property Documentation

new GamePlayer DOL.Events.InteractEventArgs.Source [get]

The GameLiving who caused this event.

Reimplemented from DOL.Events.SourceEventArgs.


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