Arma Reforger Script API
|
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_InventoryItemHintUIInfo > | m_aItemHints |
Color SCR_InventoryUIInfo.GetIconColor | ( | ) |
string SCR_InventoryUIInfo.GetInventoryItemDescription | ( | InventoryItemComponent | item | ) |
Function to override to get custom inventory description.
string SCR_InventoryUIInfo.GetInventoryItemName | ( | InventoryItemComponent | item | ) |
Function to override to get custom inventory name.
void SCR_InventoryUIInfo.GetItemHintArray | ( | notnull out array< SCR_InventoryItemHintUIInfo > | uiInfoArray | ) |
bool SCR_InventoryUIInfo.IsIconVisible | ( | ) |
|
protected |
|
protected |
|
protected |