ENetPacket.Constructor Constructor
Constructs a reliable packet with a given size.

Constructor(
size
as Integer)
Parameters
- size
- The size of the packet to be constructed. Packet can be resized afterwards by using the Resize method.
Remarks
For reliable packets then packet must be received by the target peer and resend attempts should be made until the packet is delivered.
See Also
ENetPacket Class