GetPing: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetPing()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Example == __E...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Gets the client ping.}}


{{FuncSyntax|GetPing()}}
{{FuncSyntax|GetPing()}}
Line 8: Line 8:
{{FuncNoParam}}
{{FuncNoParam}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|The clients ping.}}


== Example ==
== Example ==
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
[[GetNetworkStats]]

Revision as of 19:20, 28 September 2019

GetPing

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the client ping.

Syntax

GetPing()

Parameters

  • This function has no parameters.

Return Value

  • The clients ping.

Example

__EDIT_ME__

See also

GetNetworkStats