Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ConfirmBasesSignalsWidgetComponent.c
Go to the documentation of this file.
1 class SCR_ConfirmBasesSignalsWidgetComponent : ScriptedWidgetComponent
2 {
3 #ifdef ENABLE_CAMPAIGN_CONFIGURATOR
4  //------------------------------------------------------------------------------------------------
6  override bool OnClick(Widget w, int x, int y, int button)
7  {
8  //SCR_MilitaryBaseManager.GetInstance().UpdateBasesSettings();
9 
10  return false;
11  }
12 #endif
13 }
OnClick
override bool OnClick(Widget w, int x, int y, int button)
Definition: SCR_HighlightedEditorUIComponent.c:129
SCR_ConfirmBasesSignalsWidgetComponent
Definition: SCR_ConfirmBasesSignalsWidgetComponent.c:1