General Listings of Torque Functions?
by Jason Newman · in General Discussion · 10/25/2005 (12:59 pm) · 1 replies
Hi,
I'm new to torque but I have a solid back ground in java programming (and quickly picking up C/C++). I was wondering if there was any documentation on the avalible scripting functions? Or atleast how it is possible to look at the source code to find these? I generally like to know all the pre made functions I have access to directly. Also, what is to formatting to create a new function in the source code to be called from the scripting language?
Thanks for the help,
Jason
I'm new to torque but I have a solid back ground in java programming (and quickly picking up C/C++). I was wondering if there was any documentation on the avalible scripting functions? Or atleast how it is possible to look at the source code to find these? I generally like to know all the pre made functions I have access to directly. Also, what is to formatting to create a new function in the source code to be called from the scripting language?
Thanks for the help,
Jason
About the author
Torque 3D Owner Sean H.
this reference is good but its not exactly comprehensive in its explanations. if you want a really good reference, check out Ken Finney's book. 3D Programming All In One. it has an appendix which lists all the engine functions as well as object methods.
also you should get used to using the resources section of the site accessible by the blue link on the left. not only are there alot of user-submitted engine resources, there are also alot of tutorial and reference information.