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

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

Inheritance diagram for DOL.Events.SayReceiveEventArgs:
DOL.Events.SourceEventArgs DOL.Events.WhisperReceiveEventArgs DOL.Events.YellReceiveEventArgs

List of all members.

Public Member Functions

 SayReceiveEventArgs (GameLiving source, GameLiving target, string text)
 Constructs a new SayReceiveEventArgs.

Properties

GameLiving Target [get]
 Gets the GameLiving target who listened to the say.
string Text [get]
 Gets the text being said.

Detailed Description

Holds the arguments for the SayReceive event of GameLivings.


Constructor & Destructor Documentation

DOL.Events.SayReceiveEventArgs.SayReceiveEventArgs ( GameLiving  source,
GameLiving  target,
string  text 
)

Constructs a new SayReceiveEventArgs.

Parameters:
sourcethe source that is saying something
targetthe target that listened to the say
textthe text being said

Property Documentation

GameLiving DOL.Events.SayReceiveEventArgs.Target [get]

Gets the GameLiving target who listened to the say.

string DOL.Events.SayReceiveEventArgs.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