Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_UnlimitedDisclaimerEditorUIComponent.c
Go to the documentation of this file.
1
class
SCR_UnlimitedDisclaimerEditorUIComponent
: ScriptedWidgetComponent
2
{
3
//------------------------------------------------------------------------------------------------
4
override
void
HandlerAttached(Widget w)
5
{
6
SCR_EditorManagerCore
core =
SCR_EditorManagerCore
.Cast(
SCR_EditorManagerCore
.GetInstance(
SCR_EditorManagerCore
));
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
}
SCR_UnlimitedDisclaimerEditorUIComponent
Definition:
SCR_UnlimitedDisclaimerEditorUIComponent.c:1
SCR_EditorSettingsEntity
Definition:
SCR_EditorSettingsEntity.c:12
SCR_EditorManagerCore
Core component to manage SCR_EditorManagerEntity.
Definition:
SCR_EditorManagerCore.c:5
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Editor
UI
Components
Common
SCR_UnlimitedDisclaimerEditorUIComponent.c
Generated by
1.8.17