Cronous Emulation Server Daemon

CharacterStatus.data_prototype Property

Data prototype specifying the structure of the packet.

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

See Also

CharacterStatus Class | croemud.serverpacket Namespace