Game Development Community

Function List?

by Eli McClanahan · in Torque Game Engine · 05/26/2003 (6:19 pm) · 3 replies

I'm looking for a simple function list that just names every function within Torque. I was linked to a few areas that're helpful, but they don't list the functions I need.

Can I output a list through console?

#1
05/29/2003 (2:52 pm)
There is one on this site that I ran across and I have been scouring my history to find it since I didn't have the wisdom at the time to bookmark it.

I'll be sure to post the URL if/when I find it if someone doesn't beat me to it.
#2
05/29/2003 (3:04 pm)
Ta-da.

Tom Gift's .plan lists the shapeBase functions. Those are the ones that most people are looking for.

http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=1320

Beyond that I'm starting to think I was dreaming. Could have sworn I saw it.
#3
05/29/2003 (5:07 pm)
Well, it's in the documentation. On this very page that you're looking at, so long as you're logged in, you should see a table on the right that says "Community." Inside that table, there should be "Torque Game Engine." Click on that, then a new table appears above that one. Click Documentation, and that's a good place to poke around in general... but now you'll want to find the Core C++ Reference (or something like that). Well, it looks like that doesn't have the same list as the one you can generate locally. To generate your own local documentation (_highly_ recommended) check out this thread:

www.garagegames.com/index.php?sec=mg&mod=forums&page=result.thread&qt=6703

When you generate those docs, open index.html and click on "compund members" I believe... well, you'll find it.