Difference between revisions of "ClientObject:Init"

(Created page with 'Initializes the client object. == Function == === Synopsis === <source lang="lua"> clientobject:init( sockettype ) </source> === Arguments === {{param|SocketType|string|"tcp", "u…')
 
m
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
clientobject:init( sockettype )
+
clientobject:Init( sockettype )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|SocketType|string|"tcp", "udp" or user-defined.}}
+
{{param|string|sockettype|"tcp", "udp" or user-defined.}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.

Latest revision as of 16:53, 20 November 2010

Initializes the client object.

Function

Synopsis

clientobject:Init( sockettype )

Arguments

string sockettype
"tcp", "udp" or user-defined.

Returns

Nothing.

See Also

Other Languages