Cronous Emulation Server Daemon

GameServer.make_news Method 

Generates the news message for a client.

[Visual Basic]
Public Function make_news( _ 
   ByVal c As Client _ 
) As String
[C#]
public string make_news(
   Client c
);
[C++]
public: String* make_news(
   Client* c
);
[JScript]
public function make_news(
   Client c
): String;

Parameters

c
The target client.

Return Value

The news message.

See Also

GameServer Class | croemud.game Namespace