Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ compileSTEtoCode
Function
compileSTEtoCode
Engine/source/console/compiler.cpp:85–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void compileSTEtoCode(StringTableEntry ste, U32 ip, U32 *ptr)
86
{
87
if (ste)
88
getIdentTable().add(ste, ip);
89
*ptr = 0;
90
*(ptr + 1) = 0;
91
}
92
93
void(*STEtoCode)(StringTableEntry ste, U32 ip, U32 *ptr) = evalSTEtoCode;
94
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected