GetDeltaSeconds
From Onset Developer Wiki
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
print("Delta Seconds: " .. GetDeltaSeconds())