GetDeltaSeconds

From Onset Developer Wiki
Revision as of 18:24, 30 August 2020 by BlueMountains (talk | contribs)
GetDeltaSeconds

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

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__