Merge branch 'Preview4_0' of https://github.com/TorqueGameEngines/Torque3D into alpha40/playgui_onwake_callback

This commit is contained in:
AzaezelX 2021-01-27 19:06:51 -06:00
commit 863da35ca0
934 changed files with 77224 additions and 54048 deletions

View file

@ -2,7 +2,7 @@
ModuleId="gameUI"
VersionId="1"
Description="Basic Game GUI."
ScriptFile="gameUI.cs"
ScriptFile="gameUI.tscript"
CreateFunction="create"
DestroyFunction="destroy"
Group="Game"

View file

@ -16,7 +16,7 @@ function gameUI::initClient(%this)
{
//guis
%this.queueExec("./GUIs/playGui.gui");
%this.queueExec("./GUIs/playGui.cs");
%this.queueExec("./GUIs/playGui." @ $TorqueScriptFileExtension);
}
function gameUI::onCreateClientConnection(%this){}