|
@@ -143,7 +143,7 @@ function GuiObjectInspectorMethodList::init( %this, %object )
|
|
%methods = %object.dumpMethods();
|
|
%methods = %object.dumpMethods();
|
|
%count = %methods.count();
|
|
%count = %methods.count();
|
|
%methodsGroup = %this.insertItem( 0, "Methods" );
|
|
%methodsGroup = %this.insertItem( 0, "Methods" );
|
|
- %paren" @ $TorqueScriptFileExtension @ "ed = %this.insertItem( %methodsGroup, "Scripted" );
|
|
|
|
|
|
+ %parentScripted = %this.insertItem( %methodsGroup, "Scripted" );
|
|
%parentNative = %this.insertItem( %methodsGroup, "Native" );
|
|
%parentNative = %this.insertItem( %methodsGroup, "Native" );
|
|
|
|
|
|
for( %i = 0; %i < %count; %i ++ )
|
|
for( %i = 0; %i < %count; %i ++ )
|
|
@@ -158,7 +158,7 @@ function GuiObjectInspectorMethodList::init( %this, %object )
|
|
%tooltip = %prototype;
|
|
%tooltip = %prototype;
|
|
if( isFile( %fileName ) )
|
|
if( isFile( %fileName ) )
|
|
{
|
|
{
|
|
- %parent = %paren" @ $TorqueScriptFileExtension @ "ed;
|
|
|
|
|
|
+ %parent = %parentScripted;
|
|
%tooltip = %tooltip NL "Declared in: " @ %fileName @ ":" @ %lineNumber;
|
|
%tooltip = %tooltip NL "Declared in: " @ %fileName @ ":" @ %lineNumber;
|
|
}
|
|
}
|
|
else
|
|
else
|