GetDeltaSeconds: Difference between revisions
From Onset Developer Wiki
No edit summary |
FlyingFork (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
*[[GetTimeSeconds]] | |||
*[[GetDeltaSeconds]] | |||
*[[GetTickCount]] |
Revision as of 13:02, 25 June 2021
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__