Game Development Community

Simple Question

by Jared Hoberock · in Torque Game Engine · 04/13/2002 (4:16 pm) · 1 replies

Does anyone know where the functions findFirstFile(...) and findNextFile(...) are defined?

They are the functions called in fps\client\ui\startMissionGui.gui in the startMissionGui::onWake() function.

Thanks, D

#1
04/13/2002 (4:30 pm)
a simple find in file produces :
..\engine\console\consoleFunctions.cc(956):ConsoleFunction(findFirstFile, const char *, 2, 2, ...
..\engine\console\consoleFunctions.cc(969):ConsoleFunction(findNextFile, const char *, 2, 2, ...

getting to know a decent ide and the find function supported is great for this :)