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

Method getControllerTime

Engine/source/Verve/Core/VObject.cpp:205–213  ·  view source on GitHub ↗

----------------------------------------------------------------------------- VObject::getControllerTime(); Returns the current time of the root controller. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

203//
204//-----------------------------------------------------------------------------
205S32 VObject::getControllerTime( void )
206{
207 if ( getController() )
208 {
209 return getController()->getTime();
210 }
211
212 return 0;
213}
214
215//-----------------------------------------------------------------------------
216//

Callers

nothing calls this directly

Calls 1

getTimeMethod · 0.45

Tested by

no test coverage detected