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

Method clearEntries

Engine/source/console/consoleInternal.cpp:959–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959void Namespace::clearEntries()
960{
961 for(Entry *walk = mEntryList; walk; walk = walk->mNext)
962 walk->clear();
963}
964
965Namespace *Namespace::find(StringTableEntry name, StringTableEntry package)
966{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected