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

Holds the arguments for the Whisper event of GameLivings. More...

Inheritance diagram for DOL.Events.WhisperEventArgs:
DOL.Events.SayEventArgs

List of all members.

Public Member Functions

 WhisperEventArgs (GameObject target, string text)
 Constructs a new WhisperEventArgs.

Properties

GameObject Target [get]
 Gets the target of the whisper.

Detailed Description

Holds the arguments for the Whisper event of GameLivings.


Constructor & Destructor Documentation

DOL.Events.WhisperEventArgs.WhisperEventArgs ( GameObject  target,
string  text 
)

Constructs a new WhisperEventArgs.

Parameters:
targetthe target of the whisper
textthe text being whispered

Property Documentation

GameObject DOL.Events.WhisperEventArgs.Target [get]

Gets the target of the whisper.


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