SetTime: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetTime(time)}} {{FuncParameters}} {{FuncParam|time|__EDIT_ME__}} {{FuncReturnValue|__EDIT_ME__}}...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Set the specified time for the client.}}


{{FuncSyntax|SetTime(time)}}
{{FuncSyntax|SetTime(time)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|time|__EDIT_ME__}}
{{FuncParam|time|Integer value between 0 to 23.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}

Revision as of 14:33, 10 November 2019

SetTime

Type: Function
Context: Client
Introduced: v1.0

Description

Set the specified time for the client.

Syntax

SetTime(time)

Parameters

  • time
    Integer value between 0 to 23.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__