Cronous Emulation Server Daemon

PacketFactory.make Method 

Makes a packet, specifying an ID.

[Visual Basic]
Public Function make( _ 
   ByVal id As Integer _ 
) As Packet
[C#]
public Packet make(
   int id
);
[C++]
public: Packet* make(
   int id
);
[JScript]
public function make(
   int id
): Packet;

Parameters

id
ID of the packet.

Return Value

An instance of the corresponding packet.

See Also

PacketFactory Class | croemud.packet Namespace