Game Development Community

Script reference

by Marcin Zygmunt · in Torque Game Engine · 04/02/2005 (11:58 pm) · 3 replies

Where can I find a list of all functions avaliable from the script, with some description? In tutorials there are mentioned only few functions and I need something more. It was in the resources, but I've lost the link.

#1
04/03/2005 (12:44 am)
You can grep for "ConsoleMethod" in the Torque source to find most of the script functions.
#2
04/03/2005 (5:10 am)
But there was reference on GarageGames...
#3
04/03/2005 (7:18 am)
www.garagegames.com/mg/projects/torque1/

scroll down to the "Scripting Documentation" section

-Ron