Game Development Community

Is there a way to get a list of all script functions?

by Shon Gale · in Torque Game Engine · 11/29/2007 (5:45 am) · 1 replies

I have been looking all over the forums for a function that will give me a list of all functions in my game. I tried dumpConsoleFunctions() but this only seems to list console Methods that are hard coded in the engine. I need a list of all functions accessible by the console. I want to verify that my functions are being registered and are available. Help!!!

#1
11/29/2007 (6:23 am)
Duh feel like a doof on this one. I apologize! Somehow the VC++ editor saved my file with unicode characters or something like that. Once I loaded the file in Notepad and then resaved my file was readable again. Now all of my functions are there. Doiiiiiiiiiiiiiiiii!!!!!!!