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

Method reset

Engine/source/Verve/Core/VController.cpp:257–261  ·  view source on GitHub ↗

----------------------------------------------------------------------------- VController::reset(); Reset the Controller to the start of the sequence. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

255//
256//-----------------------------------------------------------------------------
257void VController::reset( void )
258{
259 // Reset.
260 reset( ( isPlayingForward() ) ? 0 : mDuration );
261}
262
263//-----------------------------------------------------------------------------
264//

Callers 4

onMouseDownMethod · 0.45
onMouseDraggedMethod · 0.45
onRightMouseDownMethod · 0.45
VController.cppFile · 0.45

Calls 3

resetFunction · 0.85
getCurrentTimeFunction · 0.50
postEventFunction · 0.50

Tested by

no test coverage detected