| Package | com.whirled.game |
| Class | public class UserChatEvent |
| Inheritance | UserChatEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| message : String [read-only]
Get the content of the chat.
| UserChatEvent | ||
| speaker : int [read-only]
Get player id of the speaker.
| UserChatEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
UserChatEvent(speaker:int, message:String)
| UserChatEvent | ||
|
clone():Event
| UserChatEvent | ||
|
toString():String
| UserChatEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| USER_CHAT : String = "UserChat" [static]
The type of a property change event.
| UserChatEvent | ||
| message | property |
message:String [read-only]Get the content of the chat.
Implementation public function get message():String
| speaker | property |
speaker:int [read-only]Get player id of the speaker.
Implementation public function get speaker():int
| UserChatEvent | () | constructor |
public function UserChatEvent(speaker:int, message:String)Parameters
speaker:int |
|
message:String |
| clone | () | method |
public override function clone():Event
Returns
Event |
| toString | () | method |
public override function toString():String
Returns
String |
| USER_CHAT | constant |
public static const USER_CHAT:String = "UserChat"The type of a property change event.