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

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

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

List of all members.

Public Member Functions

 SayEventArgs (string text)
 Constructs a new SayEventArgs.

Properties

string Text [get]
 Gets the text being said.

Detailed Description

Holds the arguments for the Say event of GameLivings.


Constructor & Destructor Documentation

DOL.Events.SayEventArgs.SayEventArgs ( string  text)

Constructs a new SayEventArgs.

Parameters:
textthe text being said

Property Documentation

string DOL.Events.SayEventArgs.Text [get]

Gets the text being said.


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