Arma Reforger Script API
|
Public Member Functions | |
override string | GetInventoryItemDescription (InventoryItemComponent item) |
Function to override to get custom inventory description. | |
![]() | |
string | GetInventoryItemName (InventoryItemComponent item) |
Function to override to get custom inventory name. | |
bool | IsIconVisible () |
Color | GetIconColor () |
void | GetItemHintArray (notnull out array< SCR_InventoryItemHintUIInfo > uiInfoArray) |
![]() | |
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 | |
![]() | |
bool | m_bShowIconInInventory |
ref Color | m_IconColor |
ref array< ref SCR_InventoryItemHintUIInfo > | m_aItemHints |
override string SCR_IdentityItemInventoryUIInfo.GetInventoryItemDescription | ( | InventoryItemComponent | item | ) |
Function to override to get custom inventory description.
Implements SCR_InventoryUIInfo.
|
protected |
|
staticprotected |