MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / startTimer

Method startTimer

Engine/source/platform/platformTimer.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138S32 ScriptTimerMan::startTimer()
139{
140 PlatformTimer *timer = PlatformTimer::create();
141 mTimers.insert( smNextId, timer );
142 smNextId++;
143 return ( smNextId - 1 );
144}
145
146S32 ScriptTimerMan::stopTimer( S32 id )
147{

Callers 5

platformTimer.cppFile · 0.45
buildMethod · 0.45
buildTilesMethod · 0.45
buildTileMethod · 0.45
buildLinksMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected