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:
JeffR 2022-05-09 20:57:42 -05:00
parent 07b3e2789e
commit 5f871763fb
4 changed files with 81 additions and 1 deletions

View file

@ -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){}