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

Method empty

Engine/source/console/arrayObject.cpp:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345//-----------------------------------------------------------------------------
346
347void ArrayObject::empty()
348{
349 mArray.clear();
350 mCurrentIndex = 0;
351}
352
353//-----------------------------------------------------------------------------
354

Callers 15

moveLastMethod · 0.45
DefineEngineMethodFunction · 0.45
writeMethod · 0.45
pushFirstChildElementMethod · 0.45
pushChildElementMethod · 0.45
nextSiblingElementMethod · 0.45
elementValueMethod · 0.45
attributeMethod · 0.45
attributeExistsMethod · 0.45
firstAttributeMethod · 0.45
lastAttributeMethod · 0.45
setAttributeMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected