Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_DisabledEntitiesEditorUIEffect.c
Go to the documentation of this file.
1 [BaseContainerProps(), SCR_BaseEntitiesEditorUIEffectTitle()]
3 {
4  //------------------------------------------------------------------------------------------------
5  override void ApplyOn(Widget w)
6  {
7  w.SetEnabled(false);
8  }
9 }
SCR_BaseEntitiesEditorUIEffect
Definition: SCR_BaseEntitiesEditorUIEffect.c:2
SCR_DisabledEntitiesEditorUIEffect
Definition: SCR_DisabledEntitiesEditorUIEffect.c:2
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468