Manual     Reference     Scripting  
  
Scripting > Editor Classes > ObjectNames   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Enumerations
  • History
  • Index
  • ObjectNames
  • All Members
  • Class Functions
  • GetClassName
  • GetDragAndDropTitle
  • GetInspectorTitle
  • NicifyVariableName
  • SetNameSmart

ObjectNames.GetInspectorTitle  

static function GetInspectorTitle (obj : Object) : string

Description

Inspector title for an object.

If an object is a script, this will return "scriptname (Script)", for example.

See Also: ObjectNames.GetClassName, ObjectNames.NicifyVariableName.