Difference between revisions of "ClientObject:disableBroadcast"

(Created page with 'Disables connecting to the broadcast address. == Function == === Synopsis === <source lang="lua"> clientobject:init( sockettype ) </source> === Arguments === {{param|SocketType|s…')
 
m
Line 5: Line 5:
 
clientobject:init( sockettype )
 
clientobject:init( sockettype )
 
</source>
 
</source>
=== Arguments ===
+
=== Warning ===
{{param|SocketType|string|"tcp", "udp" or user-defined.}}
+
Has direct effect, old connecton terminates uncleanly.
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
Line 14: Line 14:
 
{{#set:Description=Disables connecting to the broadcast address.}}
 
{{#set:Description=Disables connecting to the broadcast address.}}
 
== Other Languages ==
 
== Other Languages ==
{{i18n|ClientObject:init}}
+
{{i18n|ClientObject:disableBroadcast}}

Revision as of 16:48, 20 November 2010

Disables connecting to the broadcast address.

Function

Synopsis

clientobject:init( sockettype )

Warning

Has direct effect, old connecton terminates uncleanly.

Returns

Nothing.

See Also

Other Languages