GameGetSecondsPassed

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns the time elapsed since the game's last frame.

This function can be used either in a script, or as a Condition.

Syntax

[help]
(Seconds:Float) GameGetSecondsPassed 

Or:

(Seconds:Float) GGetSecPass

Example

let fSeconds := GameGetSecondsPassed 

See Also