|
Arma Reforger Script API
|
Public Member Functions | |
| ResourceName | GetHintResource () |
| ResourceName | GetImageSet () |
| string | GetImageName () |
| LocalizedString | GetHintText () |
Public Member Functions inherited from SCR_InventoryUIInfo | |
| 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 | |
| ResourceName | m_Layout = "{9996B50BE8DFED5E}UI/layouts/Menus/Inventory/InventoryItemHintLayout.layout" |
| ResourceName | m_sImageSet |
| LocalizedString | m_sHintText |
| string | m_sImageTileName |
Protected Attributes inherited from SCR_InventoryUIInfo | |
| 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 |