GetGlobalTimeMultiplier

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Returns the global time multiplier, as set by SetGlobalTimeMultiplier. It is also affected by the player using Turbo, and VATS.

Even in MenuMode, where the time mult has no effect, the time mult will have the same value it had while in GameMode.

Syntax

[help]
(float) GetGlobalTimeMultiplier 

Or:

(float) ggtm

Example

set fGTM to ggtm

Notes

  • The Global Time Multiplier is reset to 1.0 once a save is loaded. It is also reset when the Dialogue Menu is opened, and when the VATS menu is closed.

See Also