GetTimerRemainingTime: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server & Client|1.0}} | {{Info|Function|Server & Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Gets the specified timer's remaining time.}} | ||
{{FuncSyntax|GetTimerRemainingTime(timer)}} | {{FuncSyntax|GetTimerRemainingTime(timer)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|timer| | {{FuncParam|timer|The timer identifier}} | ||
{{FuncReturnValue| | {{FuncReturnValue|The '''float''' value of timer interval left.}} | ||
== Example == | == Example == |
Revision as of 15:12, 13 November 2019
Description
Gets the specified timer's remaining time.
Syntax
GetTimerRemainingTime(timer)
Parameters
- timer
The timer identifier
Return Value
- The float value of timer interval left.
Example
__EDIT_ME__
See also
__EDIT_ME__