MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / getCurrentStringTable

Function getCurrentStringTable

engine/source/console/compiler.cc:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 //------------------------------------------------------------
99
100 CompilerStringTable *getCurrentStringTable() { return gCurrentStringTable; }
101 CompilerStringTable &getGlobalStringTable() { return gGlobalStringTable; }
102 CompilerStringTable &getFunctionStringTable() { return gFunctionStringTable; }
103

Callers 1

precompileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected