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

Function getCurrentStringTable

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

Source from the content-addressed store, hash-verified

89 //------------------------------------------------------------
90
91 CompilerStringTable *getCurrentStringTable() { return gCurrentStringTable; }
92 CompilerStringTable &getGlobalStringTable() { return gGlobalStringTable; }
93 CompilerStringTable &getFunctionStringTable() { return gFunctionStringTable; }
94

Callers 1

compileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected