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

Method clearEntries

Engine/source/console/consoleInternal.cpp:938–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938void Namespace::clearEntries()
939{
940 for (Entry *walk = mEntryList; walk; walk = walk->mNext)
941 walk->clear();
942}
943
944Namespace *Namespace::find(StringTableEntry name, StringTableEntry package)
945{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected