Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkMedicalActionSetPermitUnconsciousness.c
Go to the documentation of this file.
3{
4 [Attribute(defvalue: "true", uiwidget: UIWidgets.CheckBox, desc: "Whether unconsciousness is allowed for this particular character")]
5 bool m_bPermitUnconsciousness;
6
7 //------------------------------------------------------------------------------------------------
8 override void OnActivate()
9 {
10 super.OnActivate();
11
12 m_DamageManager.SetPermitUnconsciousness(m_bPermitUnconsciousness, true);
13 }
14}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
override void OnActivate()
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute