Game Development Community

objects and functions

by Chris Sargent · in Torque 3D Professional · 03/13/2010 (1:35 pm) · 4 replies

I can't find it now since i can't even remember the name, but what is the name / syntax of the console function that i can use to show all the functions that can be run on an object?

Thanks!

#1
03/13/2010 (2:06 pm)
Type objectID.dump() in console, it should dump all functions available to an object. You can find objectID when selecting object in world editor/inspector.
#2
03/13/2010 (2:31 pm)
Thanks Sei!
#3
03/13/2010 (2:35 pm)
t3d tells me it's unable to find objectID.dump()
#4
03/13/2010 (2:40 pm)
doh sometimes i just have one of those days lol
i got it working

thanks again