Game Development Community

Adding menu item in the mission editor

by Mathieu Marquis-Bolduc · in Torque Game Engine · 12/27/2006 (10:42 am) · 1 replies

How would I go in order to add a new menu item in TGE mission editor?
I cant seem to find where those menus are configured. I want to be able to run some analysis on the mission while in the editor.

#1
12/29/2006 (3:26 pm)
If you go to SDK\example\creator\editor\EditorGui.gui, you'll find where all of the WorldEditor GUI controls are defined.

SDK\example\creator\editor\EditorGui.cs and SDK\example\creator\editor\editor.cs contain some setup script code for the GUIs.