Difference between revisions of "SetGlobalTimeMultiplier"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>SnakeChomp
(Use function template)
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 16: Line 16:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Miscellaneous Functions]]
[[Category:Miscellaneous Functions]]
[[Category:Miscellaneous Functions (GECK 1.0)]]

Revision as of 12:31, 12 August 2009

< [[::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.