Difference between revisions of "ServerObject:setPing"

(Created page with 'Connect to a server. == Function == === Synopsis === <source lang="lua"> clientobject:init( sockettype ) </source> === Arguments === {{param|SocketType|string|"tcp", "udp" or use…')
 
m
Line 1: Line 1:
Connect to a server.
+
Sets the ping for the server.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
clientobject:init( sockettype )
+
server:setPing(enabled, time, msg)
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|SocketType|string|"tcp", "udp" or user-defined.}}
+
{{param|Boolean|enabled|Is enabled (True/False).}}
 +
{{param|Number|time|How many seconds between pings.}}
 +
{{param|???|msg|Ping package content.}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
Line 12: Line 14:
 
* [[parent::ServerObject]]
 
* [[parent::ServerObject]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Connect to a server.}}
+
{{#set:Description=Sets the ping for the server.}}
 
== Other Languages ==
 
== Other Languages ==
{{i18n|ServerObject:init}}
+
{{i18n|ServerObject:setPing}}

Revision as of 01:12, 20 November 2010

Sets the ping for the server.

Function

Synopsis

server:setPing(enabled, time, msg)

Arguments

Boolean enabled
Is enabled (True/False).
Number time
How many seconds between pings.
??? msg
Ping package content.

Returns

Nothing.

See Also

Other Languages