Game Development Community

Seeking reference materials plus a question about paths

by Jordan Jeremy Wallet · in Torque Game Builder · 04/25/2010 (2:02 pm) · 3 replies

I have a ton of experience with TorqueScript, but only just picked up the engine. This results an me spending a ton of time making things, dump()ing them, and sifting through the results to try and figure out what function I need. Anyone have good reference materials? Of particular concern is callbacks, since they tend not to show up in a dump as far as I can tell.

OK, on to the path question: I want an object attached to and moving along a path to run script when it hits a specific node on the path. Is there some kind of callback for this, or what?

About the author

J. J. Wallet is a 20-something with an unhealthy obsession with game development and a relatively bare resumé.


#1
04/25/2010 (2:46 pm)
Here are the path callbacks.
#2
04/25/2010 (4:55 pm)
I recently answered a thread with a more general method for accessing the references docs here.

`Pat
#3
04/25/2010 (11:49 pm)
Thanks guys!