Cronous Emulation Server Daemon

Packet.decode Method 

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;

Parameters

offset
Data offset.

Return Value

The decoded object instance.

See Also

Packet Class | croemud.packet Namespace