OverrideItemTooltip

From Nutscript Developer Wiki
    GM:OverrideItemTooltip(panel, data, itemObject)

Description[edit]

This function returns whether panel overwrites the tooltip of the item. If this hook returns true, Item won't display default tooltip of the item. Pretty useful to replace the item's information with different inventory type panels.

Arguments[edit]

  • DPanel panel
  • Item itemObject
  • Item itemObjectTable

Return Values[edit]

  • String tooltip

Examples[edit]

none