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

Method getTime

Engine/source/Verve/Core/VController.h:232–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 inline bool isPlayingForward( void ) { return ( mTimeScale > 0.f ); };
231
232 inline S32 getTime( void ) { return mTime; };
233 inline S32 getDuration( void ) { return mDuration; };
234 inline F32 getTimeScale( void ) { return mTimeScale; };
235 inline S32 getLoopDelayTime( void ) { return mLoopDelayTime; };

Callers 6

findGroundContactMethod · 0.45
findCollisionMethod · 0.45
onMouseDownMethod · 0.45
onRenderMethod · 0.45
VController.cppFile · 0.45
getControllerTimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected