Returns the CurTime-based time in seconds it took to render the last frame.
This should be used for frame/tick based timing, such as movement prediction or animations.
For real-time-based frame time that isn't affected by host_timescale
, use RealFrameTime. RealFrameTime is more suited for things like GUIs or HUDs.