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

Method movePrev

Engine/source/console/arrayObject.cpp:540–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538//-----------------------------------------------------------------------------
539
540S32 ArrayObject::movePrev()
541{
542 if ( mCurrentIndex <= 0 )
543 return -1;
544
545 mCurrentIndex--;
546
547 return mCurrentIndex;
548}
549
550//-----------------------------------------------------------------------------
551

Callers 1

arrayObject.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected