Cronous Emulation Server Daemon

Chat1.text Property

Text message.

[Visual Basic]
Public Property text As String
[C#]
public string text { get; set; }
[C++]
public: __property String* get_text();
public: __property void set_text(String* );
[JScript]
public function get text() : String
public function set text(String);

See Also

Chat1 Class | croemud.serverpacket Namespace