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

Method movePrev

Engine/source/console/arrayObject.cpp:546–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544//-----------------------------------------------------------------------------
545
546S32 ArrayObject::movePrev()
547{
548 if ( mCurrentIndex <= 0 )
549 return -1;
550
551 mCurrentIndex--;
552
553 return mCurrentIndex;
554}
555
556//-----------------------------------------------------------------------------
557

Callers 1

arrayObject.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected