GetTime: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua> | |||
-- code | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[SetTime]] |
Revision as of 15:32, 17 November 2019
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