Background for Skyrim SE
Member of the DbSkseFunctions script
floatfunctionGameHoursToRealTimeSeconds(floatgameHours)NativeGlobal

Description

Documentation Comment

Calculate how many real time seconds it will take for gameHours to pass based on current time scale.
Example - with default time scale (20), GameHoursToRealTimeSeconds(1) returns 180.0


Caveats


Parameters

floatgameHours


Examples

Auto-Generated Example

float myFloat__gameHours

float returnedValue = DbSkseFunctions.GameHoursToRealTimeSeconds(myFloat__gameHours)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.