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

Method moveNext

Engine/source/console/arrayObject.cpp:528–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526//-----------------------------------------------------------------------------
527
528S32 ArrayObject::moveNext()
529{
530 if ( mCurrentIndex >= mArray.size() - 1 )
531 return -1;
532
533 mCurrentIndex++;
534
535 return mCurrentIndex;
536}
537
538//-----------------------------------------------------------------------------
539

Callers 1

arrayObject.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected