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

Method moveFirst

Engine/source/console/arrayObject.cpp:515–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513//-----------------------------------------------------------------------------
514
515S32 ArrayObject::moveFirst()
516{
517 mCurrentIndex = 0;
518 return mCurrentIndex;
519}
520
521//-----------------------------------------------------------------------------
522

Callers 1

arrayObject.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected