Game Development Community

[bug] $Sim::time name is misleading

by Manoel Neto · in Torque 3D Professional · 06/29/2009 (12:05 pm) · 1 replies

I assumed $Sim::time was the simulation time. Alas, its not: it returns how many seconds T3D has been running and is immune to $timeScale and $timeAdvance. It should be mapped to getSimTime(), which returns the actual simulation time.