Decodes data.
[Visual Basic] Public Function decode( _ ByVal offset As Integer _ ) As Object [C#] public object decode( int offset ); [C++] public: Object* decode( int offset ); [JScript] public function decode( int offset ): Object;
The decoded object instance.
Packet Class | croemud.packet Namespace