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

Method getCount

Engine/modules/Verve/Core/VDataTable.cpp:130–133  ·  view source on GitHub ↗

----------------------------------------------------------------------------- VDataTable::getCount(); Return the number of DataTable entries. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

128//
129//-----------------------------------------------------------------------------
130S32 VDataTable::getCount( void )
131{
132 return mDataMap.size();
133}
134
135//-----------------------------------------------------------------------------
136//

Callers 4

findGroundContactMethod · 0.45
findCollisionMethod · 0.45
clearDataMethod · 0.45
VController.cppFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected