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

Public Member Functions

override string GetInventoryItemDescription (InventoryItemComponent item)
 Function to override to get custom inventory description.
 
- Public Member Functions inherited from SCR_InventoryUIInfo
string GetInventoryItemName (InventoryItemComponent item)
 Function to override to get custom inventory name.
 
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 Member Functions

string GetValuableIntelItemDescription (InventoryItemComponent item, SCR_IdentityInventoryItemComponent identityItem)
 

Static Protected Attributes

const LocalizedString INTEL_TEXT = "#AR-Item_Identity_ValuableIntel"
 

Additional Inherited Members

- Protected Attributes inherited from SCR_InventoryUIInfo
bool m_bShowIconInInventory
 
ref Color m_IconColor
 
ref array< ref SCR_InventoryItemHintUIInfom_aItemHints
 

Member Function Documentation

◆ GetInventoryItemDescription()

override string SCR_IdentityItemInventoryUIInfo.GetInventoryItemDescription ( InventoryItemComponent item)

Function to override to get custom inventory description.

Implements SCR_InventoryUIInfo.

◆ GetValuableIntelItemDescription()

string SCR_IdentityItemInventoryUIInfo.GetValuableIntelItemDescription ( InventoryItemComponent item,
SCR_IdentityInventoryItemComponent identityItem )
protected

Member Data Documentation

◆ INTEL_TEXT

const LocalizedString SCR_IdentityItemInventoryUIInfo.INTEL_TEXT = "#AR-Item_Identity_ValuableIntel"
staticprotected

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