GetTime: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 11: Line 11:


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua>
-- code
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[SetTime]]

Revision as of 15:32, 17 November 2019

GetTime

Type: Function
Context: Client
Introduced: v1.0

Description

Get the client game time.

Syntax

GetTime()

Parameters

  • This function has no parameters.

Return Value

  • Returns the current game time as a floating point number.

Example

-- code

See also