MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / isScriptPathExpando

Function isScriptPathExpando

Engine/source/console/scriptFilename.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool isScriptPathExpando(const char *expando)
77{
78 PathExpando *exp = sgPathExpandos.retreive(expando);
79 return ( exp != NULL);
80}
81
82//-----------------------------------------------------------------------------
83

Callers 1

scriptFilename.cppFile · 0.85

Calls 1

retreiveMethod · 0.45

Tested by

no test coverage detected