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

Method moveNext

Engine/source/console/arrayObject.cpp:534–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532//-----------------------------------------------------------------------------
533
534S32 ArrayObject::moveNext()
535{
536 if ( mCurrentIndex >= mArray.size() - 1 )
537 return -1;
538
539 mCurrentIndex++;
540
541 return mCurrentIndex;
542}
543
544//-----------------------------------------------------------------------------
545

Callers 1

arrayObject.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected