Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ConfirmBasesSignalsWidgetComponent.c
Go to the documentation of this file.
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}
void OnClick()
On click callback.