Game Development Community

Functions

by Rudolf Kajan · in Torque Game Engine · 12/26/2006 (12:10 pm) · 2 replies

Where can I find overview of all functions that work in Console ? I need function to manipulate with Vectors - I need access to elements of vectors

#1
12/26/2006 (1:25 pm)
Explore the TDN

Also use SEARCH, not only for this website, but search your SDK, here is something you might find doing a 'CONSOLE FUNCTION' search of the code :
ConsoleFunction(dumpConsoleFunctions, void, 1, 1, "() dumps all declared console functions to the console.")

Hope it helps...
#2
12/30/2006 (4:43 am)
Yes, it helped me, thanks