Difference between revisions of "GetSecondsPassed"
Jump to navigation
Jump to search
m
no edit summary
imported>Quetzilla (GameDaysPassed is not *that* precise.) |
imported>Quetzilla m |
||
Line 1: | Line 1: | ||
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetSecondsPassed GetSecondsPassed]. | Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetSecondsPassed GetSecondsPassed]. | ||
In Fallout 3, [[ | In Fallout 3, [[Special Variables|GameDaysPassed]] is a float with enough precision to effectively measure the passage of seconds over short periods of time. Under those circumstances, this can be used as an alternative to GetSecondsPassed. Consider: | ||
<pre>float MyTimer | <pre>float MyTimer | ||