mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
Adds sanity check to editing of gameasset script action in asset browser Updates module template file Updates visualizers Fixes checking of popup menu items Adds stub for TerrainMaterialAsset
14 lines
No EOL
197 B
C#
14 lines
No EOL
197 B
C#
function gameUI::create( %this )
|
|
{
|
|
if (!$Server::Dedicated)
|
|
{
|
|
//guis
|
|
exec("./GUIs/playGui.gui");
|
|
exec("./GUIs/playGui.cs");
|
|
}
|
|
}
|
|
|
|
function gameUI::destroy( %this )
|
|
{
|
|
|
|
} |