Cronous Emulation Server Daemon

ClientConnection.sent_packets Property

A queue of sent packets.

[Visual Basic]
Public Property ReadOnly sent_packets As Queue
[C#]
public Queue sent_packets { get; }
[C++]
public: __property Queue* get_sent_packets();
[JScript]
public function get sent_packets() : Queue

See Also

ClientConnection Class | croemud.connection Namespace