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

Method clearData

Engine/modules/Verve/Core/VController.cpp:535–542  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

VController.cppFile · 0.45

Calls 3

getCountMethod · 0.45
getItemMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected