GetDeltaSeconds: 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 time between game ticks/frames.}} | ||
{{FuncSyntax|GetDeltaSeconds()}} | {{FuncSyntax|GetDeltaSeconds()}} | ||
Line 8: | Line 8: | ||
{{FuncNoParam}} | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns the delta time between the last game ticks/frames.}} | ||
== Example == | == Example == |
Revision as of 18:24, 30 August 2020
Description
Gets the time between game ticks/frames.
Syntax
GetDeltaSeconds()
Parameters
- This function has no parameters.
Return Value
- Returns the delta time between the last game ticks/frames.
Example
__EDIT_ME__
See also
__EDIT_ME__