Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_HealthAndBurn.c
Go to the documentation of this file.
2{
3 [Attribute(defvalue: "0.5", uiwidget: UIWidgets.Slider, desc: "Percent of health above which specified state is meant to be used\n[% of health]", params: "0 1 0.01")]
4 protected float m_fSmokeThreshold;
5
6 [Attribute(SCR_EBurningState.SMOKING_HEAVY.ToString(), uiwidget: UIWidgets.ComboBox, desc: "State that is meant to be used if health percentage is above Smoke Threshold", enums: ParamEnumArray.FromEnum(SCR_EBurningState))]
8
9 //------------------------------------------------------------------------------------------------
12 {
13 return m_fSmokeThreshold;
14 }
15
16 //------------------------------------------------------------------------------------------------
22}
SCR_EBurningState
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_EBurningState m_eTargetBurnState
SCR_EBurningState GetState()
SCR_FieldOfViewSettings Attribute