Cronous Emulation Server Daemon

Packet.encode Method (Int32, UInt32)

Encodes an uint in little endian encoding.

[Visual Basic]
Public Sub encode( _ 
   ByVal offset As Integer, _ 
   ByVal u As UInt32 _ 
)
[C#]
public void encode(
   int offset,
   uint u
);
[C++]
public: void encode(
   int offset,
   unsigned int u
);
[JScript]
public function encode(
   int offset,
   UInt32 u
);

Parameters

offset
Packet offset.
u
Integer.

See Also

Packet Class | croemud.packet Namespace | Packet.encode Overload List