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

Method append

Engine/source/console/arrayObject.cpp:433–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431//-----------------------------------------------------------------------------
432
433void ArrayObject::append(ArrayObject* obj)
434{
435 for(S32 i=0; i<obj->count(); i++)
436 {
437 const String& tempval = obj->getValueFromIndex(i);
438 const String& tempkey = obj->getKeyFromIndex(i);
439 push_back(tempkey, tempval);
440 }
441}
442
443//-----------------------------------------------------------------------------
444

Callers 1

arrayObject.cppFile · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected