Game Development Community

Console function dumpFunctions? dumpClasses?

by Vince McMullin · in Torque Game Engine · 07/12/2005 (11:51 am) · 2 replies

I'm trying to run two very important console functions.

I run the fps demo and hit the ~ key to bring up the console window.

Then I type dumpFunctions();
or
dumpClasses();

Console says it can not find the functions? I thought these functions were suppose to dump all of the function/class info?

Can anyone tell me how to run these functions? I feel dumb asking this one.

#1
07/12/2005 (12:06 pm)
Hmm.. well you could just get the id (of any object) in the mission editor and type something like 1041.dump(); at the console
#2
07/12/2005 (3:43 pm)
You're looking for dumpConsoleClasses() and dumpConsoleFunctions()