Difference between revisions of "enet.host:channel limit"

(Created page with "Sets the maximum number of channels allowed. If it is 0 then the system maximum allowable value is used. == Function == === Synopsis === <source lang="lua"> host:channel_limit(li...")
 
m (Returns: stylistic edit.)
 
Line 8: Line 8:
 
{{param|number|limit|The maximum number of channels allowed.}}
 
{{param|number|limit|The maximum number of channels allowed.}}
 
=== Returns ===
 
=== Returns ===
None
+
Nothing.
  
 
== See Also ==
 
== See Also ==

Latest revision as of 02:20, 30 October 2016

Sets the maximum number of channels allowed. If it is 0 then the system maximum allowable value is used.

Function

Synopsis

host:channel_limit(limit)

Arguments

number limit
The maximum number of channels allowed.

Returns

Nothing.

See Also

Other Languages