GetTickCount

From Onset Developer Wiki
Revision as of 14:16, 26 June 2021 by FlyingFork (talk | contribs) (→‎Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

local tick = GetTickCount()

See also