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

Function setCurrentFloatTable

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

Source from the content-addressed store, hash-verified

99 CompilerFloatTable &getFunctionFloatTable() { return gFunctionFloatTable; }
100
101 void setCurrentFloatTable (CompilerFloatTable* cst) { gCurrentFloatTable = cst; }
102
103 CompilerIdentTable &getIdentTable() { return gIdentTable; }
104

Callers 2

resetTablesFunction · 0.85
compileStmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected