Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ compileSTEtoCode
Function
compileSTEtoCode
Engine/source/console/compiler.cpp:75–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void compileSTEtoCode(StringTableEntry ste, U32 ip, U32 *ptr)
76
{
77
if(ste)
78
getIdentTable().add(ste, ip);
79
*ptr = 0;
80
*(ptr+1) = 0;
81
}
82
83
void (*STEtoCode)(StringTableEntry ste, U32 ip, U32 *ptr) = evalSTEtoCode;
84
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected