mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
Adds creator callback integration to pair with the base UI module having shortcut creator entries in the GUIEditor for creating stuff like the UINavigation containers, or MenuList controls with the namespace hooks already established.
This commit is contained in:
parent
07b3e2789e
commit
5f871763fb
4 changed files with 81 additions and 1 deletions
|
|
@ -85,6 +85,9 @@ function UI::initClient(%this)
|
|||
%this.queueExec("./scripts/help");
|
||||
%this.queueExec("./scripts/cursors");
|
||||
%this.queueExec("./scripts/utility");
|
||||
|
||||
if(isToolBuild())
|
||||
%this.queueExec("./tools/creator.tscript");
|
||||
}
|
||||
|
||||
function UI::onCreateClientConnection(%this){}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue