| 146 | } |
| 147 | |
| 148 | ConsoleProcessData( 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 |
nothing calls this directly
no test coverage detected