ENetClient.Constructor Constructor
Constructor that takes maximum outgoing connections and channel limit as parameters.

Constructor(
maxOutGoingConnections
as Integer,
channelLimit
as UInt8)
Parameters
- maxOutGoingConnections
- The maximum number of outgoing connections.
- channelLimit
- Maximum amount of channels that a connection can have. (Can be from 1 to 255)
Remarks
See Also
ENetClient Class