SetGlobalTimeMultiplier

From the Fallout3 GECK Wiki
Revision as of 14:08, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

SetGlobalTimeMultiplier Sets the time multiplier. 1.0 is standard time, 0.5 is slow mo, and 0.25 is even slower.

Syntax

[help]
SetGlobalTimeMultiplier multiplier:float 

Or:

sgtm multiplier:float

Example

sgtm .5

Now the world is in slow motion.

Notes

Don't pass a value of 0 to this function or you will break the game and probably crash Fallout 3.