Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ItemInterestAttributes.c
Go to the documentation of this file.
1
class
SCR_ItemOfInterestAttribute
:
BaseItemAttributeData
2
{
3
[
Attribute
(
"999"
, UIWidgets.ComboBox,
"Slot size"
,
""
, ParamEnumArray.FromEnum(
ECommonItemType
))]
4
ECommonItemType
m_InterestType;
5
6
ECommonItemType
GetInterestType()
7
{
8
return
m_InterestType;
9
}
10
};
ECommonItemType
ECommonItemType
Definition:
InventoryConstants.c:30
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_ItemOfInterestAttribute
Definition:
ItemInterestAttributes.c:1
BaseItemAttributeData
Definition:
BaseItemAttributeData.c:12
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Inventory
ItemInterestAttributes.c
Generated by
1.8.17