Arma Reforger Script API
|
Public Member Functions | |
ResourceName | GetHintResource () |
ResourceName | GetImageSet () |
string | GetImageName () |
LocalizedString | GetHintText () |
![]() | |
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) |
![]() | |
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 |
![]() | |
bool | m_bShowIconInInventory |
ref Color | m_IconColor |
ref array< ref SCR_InventoryItemHintUIInfo > | m_aItemHints |
ResourceName SCR_ItemHintUIInfo.GetHintResource | ( | ) |
LocalizedString SCR_ItemHintUIInfo.GetHintText | ( | ) |
string SCR_ItemHintUIInfo.GetImageName | ( | ) |
ResourceName SCR_ItemHintUIInfo.GetImageSet | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |