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

Method setTime

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

Source from the content-addressed store, hash-verified

220 VDirectorTrack *getDirectorTrack( void );
221
222 inline void setTime( const S32 &pTime ) { mTime = pTime; };
223 inline void setDuration( const S32 &pDuration ) { mDuration = pDuration; };
224 void setTimeScale( const F32 &pTimeScale );
225

Callers 2

onMouseDownMethod · 0.45
onMouseDraggedMethod · 0.45

Calls 1

dAtoiFunction · 0.85

Tested by

no test coverage detected