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

Function getCurrentFloatTable

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

Source from the content-addressed store, hash-verified

95 void setCurrentStringTable (CompilerStringTable* cst) { gCurrentStringTable = cst; }
96
97 CompilerFloatTable *getCurrentFloatTable() { return gCurrentFloatTable; }
98 CompilerFloatTable &getGlobalFloatTable() { return gGlobalFloatTable; }
99 CompilerFloatTable &getFunctionFloatTable() { return gFunctionFloatTable; }
100

Callers 1

compileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected