Game Development Community

C++ Torque Documentation?

by Gustavo Boni · in Torque Game Engine · 12/07/2006 (12:33 pm) · 2 replies

Hi,

I'd like to start to study Torque c++ code but i couldn't find many information about that. The oficial documentation is outdated and has not much information. Am i searching in the wrong way to not find that?
Where should i start?

Thanks

#1
12/08/2006 (7:16 am)
Hello,

I know this isn't the answer that you're looking for, but the best place that I've found is poking around the code itself. It's a big engine, but once you start to get your head around it's arrangement you can start to find what you're looking for pretty quick (grep).

Outside the source, I'd suggest starting here if you haven't already: http://www.garagegames.com/docs/tge/general/ch06.php
#2
12/08/2006 (3:27 pm)
Hey Ted, thanks to reply.

Yeah, maybe start poking aorund the code should the better way, i'll start to do that.

Thanks