Format a time: got from a game a timevalue as Float while capturing game data from a running racing game...
In the documentation of the datastruct i found this info
How do i format this to a time output of mm.ss.mmm (mnutes, Seconds, microseconds)?
In the documentation of the datastruct i found this info
[ UNITS = seconds ] [ RANGE = 0.0f->... ] [ UNSET = -1.0f ]
How do i format this to a time output of mm.ss.mmm (mnutes, Seconds, microseconds)?