mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 21:05:39 +00:00
more torquescript template fixes.
This commit is contained in:
parent
6f7fdca87d
commit
b2bbd771f6
54 changed files with 122 additions and 99 deletions
|
|
@ -159,6 +159,9 @@ function QuickEditComponentList::onHotTrackItem( %this, %itemID )
|
|||
{
|
||||
%name = getField(%componentObj.getComponentField(%i), 0);
|
||||
|
||||
// TODO:
|
||||
%description = "";
|
||||
|
||||
SuperTooltipDlg.addParam(%name, %description @ "\n");
|
||||
}
|
||||
%position = %this.getGlobalPosition();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue