GetTimeSeconds: Difference between revisions

From Onset Developer Wiki
No edit summary
m (GetTimeSeconds edits)
Line 1: Line 1:
{{Info|Function|Server & Client|1.0}}
{{Info|Function|Server & Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Returns the amount of time since the game started up}}


{{FuncSyntax|GetTimeSeconds()}}
{{FuncSyntax|GetTimeSeconds()}}
Line 8: Line 8:
{{FuncNoParam}}
{{FuncNoParam}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns a float value of the amount of time passed since the game strarted}}


== Example ==
== Example ==

Revision as of 16:46, 22 December 2019

GetTimeSeconds

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Returns the amount of time since the game started up

Syntax

GetTimeSeconds()

Parameters

  • This function has no parameters.

Return Value

  • Returns a float value of the amount of time passed since the game strarted

Example

__EDIT_ME__

See also

__EDIT_ME__