Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ItemSelectionMenuEntry Class Reference
Inheritance diagram for SCR_ItemSelectionMenuEntry:
SCR_SelectionMenuEntry

Protected Member Functions

override void Update ()
int GetQuickSlotID ()
void SetQuickSlotID (int id)
IEntity GetItem ()
override void OnPerform ()
 Callback for when this entry is supposed to be performed.
UIInfo GetUIInfo (IEntity item)
void SCR_ItemSelectionMenuEntry (notnull SCR_CharacterInventoryStorageComponent storage, int quickSlotID)

Protected Attributes

const ResourceName LAYOUT_ITEM = "{93472DECDA62C46F}UI/layouts/Common/RadialMenu/SelectionMenuEntryPreview.layout"
SCR_CharacterInventoryStorageComponent m_Storage
int m_iQuickSlotID = -1

Detailed Description

Definition at line 1 of file SCR_ItemSelectionMenuEntry.c.

Constructor & Destructor Documentation

◆ SCR_ItemSelectionMenuEntry()

void SCR_ItemSelectionMenuEntry::SCR_ItemSelectionMenuEntry ( notnull SCR_CharacterInventoryStorageComponent storage,
int quickSlotID )
inlineprotected

Definition at line 101 of file SCR_ItemSelectionMenuEntry.c.

Member Function Documentation

◆ GetItem()

IEntity SCR_ItemSelectionMenuEntry::GetItem ( )
inlineprotected

Definition at line 57 of file SCR_ItemSelectionMenuEntry.c.

◆ GetQuickSlotID()

int SCR_ItemSelectionMenuEntry::GetQuickSlotID ( )
inlineprotected

Definition at line 45 of file SCR_ItemSelectionMenuEntry.c.

◆ GetUIInfo()

UIInfo SCR_ItemSelectionMenuEntry::GetUIInfo ( IEntity item)
inlineprotected

Definition at line 88 of file SCR_ItemSelectionMenuEntry.c.

◆ OnPerform()

override void SCR_ItemSelectionMenuEntry::OnPerform ( )
inlineprotected

Callback for when this entry is supposed to be performed.

Definition at line 78 of file SCR_ItemSelectionMenuEntry.c.

◆ SetQuickSlotID()

void SCR_ItemSelectionMenuEntry::SetQuickSlotID ( int id)
inlineprotected

Definition at line 51 of file SCR_ItemSelectionMenuEntry.c.

◆ Update()

override void SCR_ItemSelectionMenuEntry::Update ( )
inlineprotected

Definition at line 8 of file SCR_ItemSelectionMenuEntry.c.

Member Data Documentation

◆ LAYOUT_ITEM

const ResourceName SCR_ItemSelectionMenuEntry::LAYOUT_ITEM = "{93472DECDA62C46F}UI/layouts/Common/RadialMenu/SelectionMenuEntryPreview.layout"
protected

Definition at line 3 of file SCR_ItemSelectionMenuEntry.c.

◆ m_iQuickSlotID

int SCR_ItemSelectionMenuEntry::m_iQuickSlotID = -1
protected

Definition at line 5 of file SCR_ItemSelectionMenuEntry.c.

◆ m_Storage

SCR_CharacterInventoryStorageComponent SCR_ItemSelectionMenuEntry::m_Storage
protected

Definition at line 4 of file SCR_ItemSelectionMenuEntry.c.


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