Open main menu

UESPWiki β


GetCurrentTime

                GetCurrentTime

        Type:   Time, Undocumented

     Returns:   float

     Example:   if ( GetCurrentTime >= 10 )
                set g_TempValue to GetCurrentTime

     Scripts:   Not Used

Returns the gamehour in 24 hour format to two decimal places.
The difference in speed between using the global "gamehour" and GetCurrentTime is unknown.