Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_DoctorCompartmentSlot.c
Go to the documentation of this file.
2 {
3  [Attribute("1", UIWidgets.CheckBox, "Whether characters in this seat can interact with UserActions on other characters")]
4  protected bool m_bAllowHealingFromCompartment;
5 
6  //-----------------------------------------------------------------------------------------------------------
7  bool AllowHealingFromCompartment()
8  {
9  return m_bAllowHealingFromCompartment;
10  }
11 }
Attribute
typedef Attribute
Post-process effect of scripted camera.
CargoCompartmentSlot
Definition: CargoCompartmentSlot.c:12
SCR_DoctorCompartmentSlot
Definition: SCR_DoctorCompartmentSlot.c:1