Cronous Emulation Server Daemon

UnknownPacket.decode_unknown Method 

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;

Parameters

type
Decoding data typename.
offset
Start offset.

Return Value

Decoded object

See Also

UnknownPacket Class | croemud.packet Namespace