Game Development Community

Too Much Information?

by JD Scogin · in Torque Game Builder · 07/26/2007 (9:25 am) · 3 replies

There is a lot of information to be had. Lots of documentation,
Maybe too much. I have just spent an hour trying to figure out how to end a game. I have searched for "End", "Quit", "Exit". All the words I can think of to end a game. I found lots of information but not how to end the game. It seems that none of the totorials end. This should be easy. Help?
Jd

#1
07/26/2007 (9:51 am)
Are you looking for a function to shut down your TGB Game App completely, or unload a level?

quit();

will completely shut down the app.
#2
07/26/2007 (10:11 am)
Yea, that's it. Why could I not find that in the docs. I did search for quit.
Darn. Thanks
Well, now that I know what I am looking for, I can find it.
Seems to be that a regular windows help file would help alot.
just the basic commands.
Using the java search is slow and takes forever to highlight text. And a lot of the times it say "Sorry, to many to highlight, use cntl F".

Jd
#3
07/26/2007 (4:01 pm)
Its there in the docs, its just that the latest documentation (the 1.5 docs) are a lil messy (more organized i recon, but when you're used to the 1.1.3 docs, you will have a hard time with the 1.5 docs)... you can find the command under the t2dSceneGraph section if im not mistaken.