Game Development Community

Looking for a list of the built in functions-Torque Game Builder

by Josias Gibbs · in Torque Game Engine · 07/30/2008 (1:57 pm) · 3 replies

Hi.

I'm very new to Torque Game Builder, so I was wondering if there was anywhere I could go to find a list of the functions built into the engine, along with what arguments those functions take, what their return values are, and maybe a brief description of what they do.

Thanks.

#1
07/30/2008 (2:02 pm)
Have you searched or checked TDN? I'm sure this link will be helpful, there are probably more directories out there.tdn.garagegames.com/wiki/TGB/Reference
#2
07/30/2008 (2:07 pm)
Open the html based documentation (Documentation Overview.html),
Expand Reference,
Expand TGB Reference,

There you have a list of every class exposed to script in TGB, their methods, callbacks, fields, etc.

Also some entries in the list are not "classes" but just categories of "global" script functions, like StringFunctions and VectorMath.
#3
08/01/2008 (10:46 am)
That's exactly what I was looking for - Both of these will be very very helpful.