Cronous Emulation Server Daemon

GameServer.server_news Property

Server's base news message.

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

See Also

GameServer Class | croemud.game Namespace