Cronous Emulation Server Daemon

Packet.encode Method (Int32, String)

Encodes a string.

[Visual Basic]
Public Sub encode( _ 
   ByVal offset As Integer, _ 
   ByVal s As String _ 
)
[C#]
public void encode(
   int offset,
   string s
);
[C++]
public: void encode(
   int offset,
   String* s
);
[JScript]
public function encode(
   int offset,
   String s
);

Parameters

offset
Packet offset.
s
String.

See Also

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