Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_UnlimitedDisclaimerEditorUIComponent.c
Go to the documentation of this file.
2{
3 //------------------------------------------------------------------------------------------------
4 override void HandlerAttached(Widget w)
5 {
7 if (!core)
8 return;
9
10 SCR_EditorSettingsEntity settingsEntity = core.GetSettingsEntity();
11 if (!settingsEntity)
12 return;
13
14 w.SetVisible(!settingsEntity.IsUnlimitedEditorLegal());
15 }
16}
Core component to manage SCR_EditorManagerEntity.
SCR_EditorSettingsEntity GetSettingsEntity()