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

Method clearData

Engine/source/Verve/Core/VController.cpp:536–543  ·  view source on GitHub ↗

----------------------------------------------------------------------------- VController::clearData(); Clear the contents of the DataTable entirely. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

534//
535//-----------------------------------------------------------------------------
536void VController::clearData( void )
537{
538 while ( mDataTable.getCount() > 0 )
539 {
540 // Clear Item.
541 clearData( 0 );
542 }
543}
544
545//-----------------------------------------------------------------------------
546//

Callers 1

VController.cppFile · 0.45

Calls 3

getCountMethod · 0.45
getItemMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected