Game Development Community

dev|Pro Game Development Curriculum

TGE Console Commands Document

by Alex Swanson · 05/24/2004 (2:20 pm) · 18 comments

Download Code File

Ron Yacketta has been working on formal documentation of the Torque Game Engine scripting language. Here is the Alpha version. Please comment below. Thanks Ron!!

#1
05/24/2004 (2:43 pm)
Very useful. Would be nice to have a function list in an index for easy look up.
#2
05/24/2004 (3:38 pm)
Nice! Thanks, this is handy.

Lots of stuff in there I didn't know about. Panoramic screenshots? Gotta try that out. :)
#3
05/24/2004 (3:47 pm)
Hrm.. this has risen from the dead I see ;) I put this together some time ago, was on the documentation page. Got word from Alex a while back saying that Robert ported it inot the doc book doc's, never dug into it to see how the port went.

-Ron

WOW forgot how old it was ;)
TGE CVS HEAD version as of 04/04/02
#4
05/24/2004 (4:05 pm)
What's up lately? A resource in the code snippets, a code snippet in the resources... Someone is drunk? :P (j/k)

I remember this doc... it's old indeed! :)

Good stuff.
#5
05/27/2004 (12:35 am)
i'd downloaded it a few months ago, what's new?!.
#6
05/12/2005 (9:07 am)
When I followed the link I got a file not found error.

sounds like something useful though.
#7
05/20/2005 (3:48 pm)
It looks like this was lost in the shuffle of creating the new web site. Which is bad, this was highly useful (and WE WANT IT BACK!)

NOTE: The above links should work and be hosted at GG now. GG Editors
#8
06/03/2005 (5:43 am)
Hooray for the evil 404.
#9
06/14/2005 (2:09 pm)
A Google search yielded http://www.gamebeavers.org/files/TGE_Console_Cmds.rtf, which works for now. There's supposed to be a ScriptCalling.rtf out there somewhere... When will we be able to access invaluable resources such as these reliably?!
#10
07/14/2005 (1:29 pm)
"A Google search yielded http://www.gamebeavers.org/files/TGE_Console_Cmds.rtf, which works for now. There's supposed to be a ScriptCalling.rtf out there somewhere... When will we be able to access invaluable resources such as these reliably?!"

Indeed. Sounds like very useful thingy :/
#11
07/29/2005 (7:08 am)
"The page you requested was not found.
We're sorry. The Web address you entered is not a functioning page on our site.
Please check the URL for proper spelling or try using our site search below."
#12
08/27/2005 (8:01 am)
still doesn't work.
#13
10/02/2005 (5:16 pm)
still doesn't work. (the link that is, and gamebeavers.org doesn't resolve)
#14
10/07/2005 (10:45 am)
I have this doc if someone wants to host it.
#15
10/29/2005 (9:13 am)
I will gladly host this for as long as I am able. Maybe that will get a copy in the hands of the people that need it the most (like me) and maybe eventually it can end up somewhere more useful. Shoot me the file and I'll post a link.

Added 11-04-2005

You can find this file at:

http://www.greaterhosting.com/tge_console_comds_download.htm
#16
11/07/2005 (10:34 pm)
I just stumbled across this today. Thanks for hosting.
#17
04/16/2007 (10:09 pm)
Hi,

I think there is so update for ver 1.4:

strcmp(string1,string2)
Purpose
Use the strcmp function to do a lexicographic case sensitive string comparison between string1 and string2.

Returns
Returns a numeric value:
-1
#18
12/21/2007 (12:09 pm)
excellent