Game Development Community

Commads

by Alex Illsley · in Torque Game Engine · 06/02/2006 (10:36 am) · 4 replies

Is there a list of torque's commands anywhere?
Thanks,
Alex

About the author

Recent Threads

  • Gamepads
  • Fire

  • #1
    06/02/2006 (11:05 am)
    There's a nice long list of console script commands in the back of Ken Finney's first book. I've found it to be super-informative. I think I've seen an online list of them somewhere around the forums as well. But again, that's just script accessible stuff.

    And if you can get a handle for anything in the game, you can allways call a dump on the object. That should give you a list of all of the script commands for that class of object and a very brief description of how to use it. Pretty cool.
    #2
    06/02/2006 (11:52 am)
    tdn.garagegames.com/wiki/Torque_Game_Engine#script

    You can find pretty much everything there.
    #3
    06/02/2006 (11:59 am)
    Nice link!
    #4
    06/03/2006 (1:14 am)
    Thanks