Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ItemInterestAttributes.c
Go to the documentation of this file.
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
SCR_FieldOfViewSettings Attribute