Decodes an unknown packet.
[Visual Basic] Public Function decode_unknown( _ ByVal type As String, _ ByVal offset As Integer _ ) As Object [C#] public object decode_unknown( string type, int offset ); [C++] public: Object* decode_unknown( String* type, int offset ); [JScript] public function decode_unknown( String type, int offset ): Object;
Decoded object
UnknownPacket Class | croemud.packet Namespace