- Found in:
- Dylbills PE
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)