[DEV SERVER] Loading description...
Caveats
Examples
; How long does our operation take?
float ftimeStart = Utility.GetCurrentRealTime()
; Long operation here
float ftimeEnd = Utility.GetCurrentRealTime()
Debug.Trace("We took " + (ftimeEnd - ftimeStart) + " seconds to run")Auto-Generated Example
float returnedValue = Utility.GetCurrentRealTime()Related Pages
- Utility
- Utility.GameTimeToString(...)
- Game.GetRealHoursPassed()
- Utility.Wait(...)
