Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ItemHintUIInfo Interface Reference
Inheritance diagram for SCR_ItemHintUIInfo:
SCR_InventoryUIInfo UIInfo

Public Member Functions

ResourceName GetHintResource ()
 
ResourceName GetImageSet ()
 
string GetImageName ()
 
LocalizedString GetHintText ()
 
- Public Member Functions inherited from SCR_InventoryUIInfo
string GetInventoryItemName (InventoryItemComponent item)
 Function to override to get custom inventory name.
 
string GetInventoryItemDescription (InventoryItemComponent item)
 Function to override to get custom inventory description.
 
bool IsIconVisible ()
 
Color GetIconColor ()
 
void GetItemHintArray (notnull out array< SCR_InventoryItemHintUIInfo > uiInfoArray)
 
- Public Member Functions inherited from UIInfo
proto external string GetName ()
 Returns the text provided by this UI info.
 
proto external void SetName (string name)
 Set the name of this UI Info.
 
proto external string GetDescription ()
 Returns the description provided by this UI info.
 
proto external void SetDescription (string description)
 Set the description of this UI Info.
 
proto external ResourceName GetIconPath ()
 Returns the icon ResourceName provided by this UI info.
 

Protected Attributes

ResourceName m_Layout = "{9996B50BE8DFED5E}UI/layouts/Menus/Inventory/InventoryItemHintLayout.layout"
 
ResourceName m_sImageSet
 
LocalizedString m_sHintText
 
string m_sImageTileName
 
- Protected Attributes inherited from SCR_InventoryUIInfo
bool m_bShowIconInInventory
 
ref Color m_IconColor
 
ref array< ref SCR_InventoryItemHintUIInfom_aItemHints
 

Member Function Documentation

◆ GetHintResource()

ResourceName SCR_ItemHintUIInfo.GetHintResource ( )

◆ GetHintText()

LocalizedString SCR_ItemHintUIInfo.GetHintText ( )

◆ GetImageName()

string SCR_ItemHintUIInfo.GetImageName ( )

◆ GetImageSet()

ResourceName SCR_ItemHintUIInfo.GetImageSet ( )

Member Data Documentation

◆ m_Layout

ResourceName SCR_ItemHintUIInfo.m_Layout = "{9996B50BE8DFED5E}UI/layouts/Menus/Inventory/InventoryItemHintLayout.layout"
protected

◆ m_sHintText

LocalizedString SCR_ItemHintUIInfo.m_sHintText
protected

◆ m_sImageSet

ResourceName SCR_ItemHintUIInfo.m_sImageSet
protected

◆ m_sImageTileName

string SCR_ItemHintUIInfo.m_sImageTileName
protected

The documentation for this interface was generated from the following file: