GetTickCount: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Info|Function|Server & Client|1.0}}
{{Info|Function|Server & Client|1.0}}


{{FuncDescription|Returns the uptime of the actual server (not the Onset server) in milliseconds.}}
{{FuncDescription|Returns the uptime of the actual computer (not the Onset application) in milliseconds.}}


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


{{FuncReturnValue|Uptime of the actual server (not the Onset server)}}
{{FuncReturnValue|Uptime of the actual computer (not the Onset application)}}


== Example ==
== Example ==

Revision as of 20:27, 30 August 2020

GetTickCount

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Returns the uptime of the actual computer (not the Onset application) in milliseconds.

Syntax

GetTickCount()

Parameters

  • This function has no parameters.

Return Value

  • Uptime of the actual computer (not the Onset application)

Example

__EDIT_ME__

See also

__EDIT_ME__