Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_InventoryUIInfo Class Reference
Inheritance diagram for SCR_InventoryUIInfo:
UIInfo SCR_CacheNoteUIInfo SCR_IdentityItemInventoryUIInfo SCR_ItemHintUIInfo

Protected 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)

Protected Attributes

bool m_bShowIconInInventory
ref Color m_IconColor
ref array< ref SCR_InventoryItemHintUIInfo > m_aItemHints

Detailed Description

Definition at line 2 of file SCR_InventoryUIInfo.c.

Member Function Documentation

◆ GetIconColor()

Color SCR_InventoryUIInfo::GetIconColor ( )
inlineprotected

Definition at line 34 of file SCR_InventoryUIInfo.c.

◆ GetInventoryItemDescription()

string SCR_InventoryUIInfo::GetInventoryItemDescription ( InventoryItemComponent item)
inlineprotected

Function to override to get custom inventory description.

Definition at line 22 of file SCR_InventoryUIInfo.c.

◆ GetInventoryItemName()

string SCR_InventoryUIInfo::GetInventoryItemName ( InventoryItemComponent item)
inlineprotected

Function to override to get custom inventory name.

Definition at line 15 of file SCR_InventoryUIInfo.c.

◆ GetItemHintArray()

void SCR_InventoryUIInfo::GetItemHintArray ( notnull out array< SCR_InventoryItemHintUIInfo > uiInfoArray)
inlineprotected

Definition at line 40 of file SCR_InventoryUIInfo.c.

◆ IsIconVisible()

bool SCR_InventoryUIInfo::IsIconVisible ( )
inlineprotected

Definition at line 28 of file SCR_InventoryUIInfo.c.

Member Data Documentation

◆ m_aItemHints

ref array<ref SCR_InventoryItemHintUIInfo> SCR_InventoryUIInfo::m_aItemHints
protected

Definition at line 11 of file SCR_InventoryUIInfo.c.

◆ m_bShowIconInInventory

bool SCR_InventoryUIInfo::m_bShowIconInInventory
protected

Definition at line 5 of file SCR_InventoryUIInfo.c.

◆ m_IconColor

ref Color SCR_InventoryUIInfo::m_IconColor
protected

Definition at line 8 of file SCR_InventoryUIInfo.c.


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