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

Revision as of 16:52, 20 November 2010

Initializes the client object.

Function

Synopsis

clientobject:init( sockettype )

Arguments

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

Returns

Nothing.

See Also

Other Languages