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

Method clear

Engine/source/console/compiler.cpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void FuncVars::clear()
210{
211 vars.clear();
212 variableNameMap.clear();
213 counter = 0;
214}
215
216//-------------------------------------------------------------------------
217

Callers 2

resetTablesFunction · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected