Game Development Community

Inheritance Map

by Mr-Joey · in Torque X 2D · 01/22/2012 (5:40 pm) · 1 replies

Hey all,

Just bought the engine and started poking around. If I'm in the wrong place, please let me know.

I'm looking for a map of the Inheritance. Ever better, would be a complete programmers guide to the engine. How to add objects to objects and display objects all programmatically.

What I'm looking for right now, is an image of some sort that will help me under stand the relation ships of all the classes better. Something like this: http://www.agiledata.org/images/mappingMultipleInheritance.gif

Cheers,
-Joey

About the author

Recent Threads


#1
01/23/2012 (12:57 am)
About the closest thing you'll find is: http://docs.garagegames.com/torque-3d/reference/classGameBase.html

Note that's just the reference for the GameBase class. Other classes have their own pages. Nevertheless, if you click the link that's titled 'Inheritance diagram for GameBase' it'll show a diagram of how many of the classes in the game are linked together.

Edit: Didn't realize this was posted in the TX2D forums. The above may still be relevant for certain things. Perhaps there's a similar set of pages for TX2D somewhere?