Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
FuzeSlotInfo.c
Go to the documentation of this file.
1
3{
4 [Attribute(SCR_EFuzeType.NONE.ToString(), UIWidgets.ComboBox, desc: "What fuze mesh will be stored in this slot", enums: ParamEnumArray.FromEnum(SCR_EFuzeType))]
6
7 //------------------------------------------------------------------------------------------------
9 {
10 return m_eFuzeType;
11 }
12}
SCR_EFuzeType
Enum with all types of fuzes.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Adds ability to attach an object to a slot.
Slot that is meant to be used for excplosive charge fuze.
Definition FuzeSlotInfo.c:3
SCR_EFuzeType GetFuzeType()
Definition FuzeSlotInfo.c:8
SCR_EFuzeType m_eFuzeType
Definition FuzeSlotInfo.c:5
SCR_FieldOfViewSettings Attribute