[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()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
