Difference between revisions of "ClientObject:Init"

m (moved ClientObject:init to ClientObject:Init: Incorrect capitalization)
m
 
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