Difference between revisions of "ClientObject:receive"
(Created page with 'A Client object == Functions == {{#ask: Category:Functions parent::ClientObject | headers=hide | ?Description }} == See Also == * parent::LUBE * LUBE.client [[Cat…') |
|||
Line 1: | Line 1: | ||
− | + | Connect to a server. | |
− | == | + | == Function == |
− | + | === Synopsis === | |
− | + | <source lang="lua"> | |
− | | | + | clientobject:init( sockettype ) |
− | }} | + | </source> |
+ | === Arguments === | ||
+ | {{param|SocketType|string|"tcp", "udp" or user-defined.}} | ||
+ | === Returns === | ||
+ | Nothing. | ||
== See Also == | == See Also == | ||
− | * [[parent:: | + | * [[parent::ClientObject]] |
− | + | [[Category:Functions]] | |
− | [[Category: | + | {{#set:Description=Connect to a server.}} |
− | {{#set:Description= | ||
== Other Languages == | == Other Languages == | ||
− | {{i18n|ClientObject}} | + | {{i18n|ClientObject:init}} |
Revision as of 00:40, 20 November 2010
Connect to a server.
Function
Synopsis
clientobject:init( sockettype )
Arguments
SocketType string
- "tcp", "udp" or user-defined.
Returns
Nothing.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info