SetTime: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|time|Integer value between 0 to | {{FuncParam|time|Integer value between 0 to 24.}} | ||
{{FuncReturnValue|__EDIT_ME__}} | {{FuncReturnValue|__EDIT_ME__}} | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua"> | |||
code | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[GetTime]] |
Revision as of 14:50, 14 November 2019
Description
Set the specified time for the client.
Syntax
SetTime(time)
Parameters
- time
Integer value between 0 to 24.
Return Value
- __EDIT_ME__
Example
code