Game Development Community

Adding/Extending Editor options

by Gustavo Boni · in Torque Game Builder · 02/04/2008 (3:39 pm) · 2 replies

Hi everyone,

I'm extending the Pathing feature and i need to add one more option under the "Pathing" category in the editor. I just searched a lot in the forums and didnt get nothing. Is there any documentation about that?

Thanks

#1
02/04/2008 (5:09 pm)
You can edit the editor if you have the Pro version of TGB.

If you do, you can find all of the relevant script files under your "InstallDir\tgb\tools" folder. If you are specifically after the path object features, then you would want the files in "\levelEditor\scripts\forms\quickEditClasses" in the file "t2dPath.ed.cs".
#2
02/05/2008 (4:57 am)
Thank you very much Phillip!