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

Function precompileIdent

Engine/source/console/compiler.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 CompilerIdentTable &getIdentTable() { return gIdentTable; }
117
118 void precompileIdent(StringTableEntry ident)
119 {
120 if (ident)
121 gGlobalStringTable.add(ident);
122 }
123
124 void resetTables()
125 {

Callers 2

compileMethod · 0.85
compileStmtMethod · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected