MCPcopy 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
69void removeScriptPathExpando(const char *expando)
70{
71 PathExpando *exp = sgPathExpandos.remove(expando);
72 if(exp)
73 delete exp;
74}
75
76bool isScriptPathExpando(const char *expando)
77{

Callers 5

setupBaseExpandosFunction · 0.85
ProjectBaseFunction · 0.85
setupBaseExpandosFunction · 0.85
ProjectBaseFunction · 0.85
scriptFilename.cppFile · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected