![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the SayReceive event of GameLivings. More...
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. | |
Holds the arguments for the SayReceive event of GameLivings.
| DOL.Events.SayReceiveEventArgs.SayReceiveEventArgs | ( | GameLiving | source, |
| GameLiving | target, | ||
| string | text | ||
| ) |
Constructs a new SayReceiveEventArgs.
| source | the source that is saying something |
| target | the target that listened to the say |
| text | the text being said |
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.