Cronous Emulation Server Daemon

Packet.data_prototype Property

Data prototype specifying the structure of the packet.

[Visual Basic]
MustOverride Public Property ReadOnly data_prototype As Hashtable
[C#]
public abstract Hashtable data_prototype { get; }
[C++]
public: abstract __property Hashtable* get_data_prototype();
[JScript]
public abstract function get data_prototype() : Hashtable

See Also

Packet Class | croemud.packet Namespace