Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ removeScriptPathExpando
Function
removeScriptPathExpando
Engine/source/console/scriptFilename.cpp:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void removeScriptPathExpando(const char *expando)
70
{
71
PathExpando *exp = sgPathExpandos.remove(expando);
72
if(exp)
73
delete exp;
74
}
75
76
bool isScriptPathExpando(const char *expando)
77
{
Callers
5
setupBaseExpandos
Function · 0.85
ProjectBase
Function · 0.85
setupBaseExpandos
Function · 0.85
ProjectBase
Function · 0.85
scriptFilename.cpp
File · 0.85
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected