Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_InventorySlotStorageEmbeddedUI.c
Go to the documentation of this file.
1
2//------------------------------------------------------------------------------------------------
5class SCR_InventorySlotStorageEmbeddedUI : SCR_InventorySlotStorageUI
6{
7 //------------------------------------------------------------------------ USER METHODS ------------------------------------------------------------------------
8
9 //------------------------------------------------------------------------------------------------
10 override void SetSelected( bool select )
11 {
12 super.SetSelected( select );
13
14 if ( !m_wSelectedEffect )
15 return;
16
17 m_wSelectedEffect.SetVisible(select);
18 }
19
20
21 //------------------------------------------------------------------------------------------------
22 void SCR_InventorySlotStorageEmbeddedUI( InventoryItemComponent pComponent = null, SCR_InventoryStorageBaseUI pStorageUI = null, bool bVisible = true, int iSlotIndex = -1, SCR_ItemAttributeCollection pAttributes = null )
23 {
24 m_pStorageUI = pStorageUI;
25 }
26
27
28 //------------------------------------------------------------------------------------------------
29 void ~SCR_InventorySlotStorageEmbeddedUI()
30 {
31 }
32};
void SCR_InventorySlotStorageUI(InventoryItemComponent pComponent=null, SCR_InventoryStorageBaseUI pStorageUI=null, bool bVisible=true, int iSlotIndex=-1, SCR_ItemAttributeCollection pAttributes=null)
SCR_InventoryStorageBaseUI m_pStorageUI