Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ConsumableType.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
4{
5 [Attribute( defvalue: "0", uiwidget: UIWidgets.ComboBox, desc: "", enums: ParamEnumArray.FromEnum( SCR_EConsumableType ) )]
7
8 [Attribute( defvalue: "0", uiwidget: UIWidgets.EditBox, desc: "" )]
9 protected float m_fValue;
10
12 float GetValue() { return m_fValue; }
13};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_EConsumableType
Type of consumable gadget.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_EConsumableType GetType()
SCR_EConsumableType m_eConsumableType
SCR_FieldOfViewSettings Attribute