Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_InventoryUIInfo Interface Reference
Inheritance diagram for SCR_InventoryUIInfo:
[legend]

Public Member Functions

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

bool m_bShowIconInInventory
 
ref Color m_IconColor
 
ref array< ref SCR_InventoryItemHintUIInfom_aItemHints
 

Member Function Documentation

◆ GetIconColor()

Color SCR_InventoryUIInfo.GetIconColor ( )

◆ GetInventoryItemDescription()

string SCR_InventoryUIInfo.GetInventoryItemDescription ( InventoryItemComponent  item)

Function to override to get custom inventory description.

◆ GetInventoryItemName()

string SCR_InventoryUIInfo.GetInventoryItemName ( InventoryItemComponent  item)

Function to override to get custom inventory name.

◆ GetItemHintArray()

void SCR_InventoryUIInfo.GetItemHintArray ( notnull out array< SCR_InventoryItemHintUIInfo uiInfoArray)

◆ IsIconVisible()

bool SCR_InventoryUIInfo.IsIconVisible ( )

Member Data Documentation

◆ m_aItemHints

ref array<ref SCR_InventoryItemHintUIInfo> SCR_InventoryUIInfo.m_aItemHints
protected

◆ m_bShowIconInInventory

bool SCR_InventoryUIInfo.m_bShowIconInInventory
protected

◆ m_IconColor

ref Color SCR_InventoryUIInfo.m_IconColor
protected

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