MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / ConsoleProcessData

Function ConsoleProcessData

Engine/source/console/consoleTypes.cpp:148–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148ConsoleProcessData( TypeFilename )
149{
150 if( Con::expandScriptFilename( buffer, bufferSz, data ) )
151 return buffer;
152 else
153 {
154 Con::warnf("(TypeFilename) illegal filename detected: %s", data);
155 return data;
156 }
157}
158
159//-----------------------------------------------------------------------------
160// TypeStringFilename

Callers

nothing calls this directly

Calls 2

expandScriptFilenameFunction · 0.85
warnfFunction · 0.85

Tested by

no test coverage detected