Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_DownloadManager_OpenDownloadManagerComponent.c
Go to the documentation of this file.
1
4
class
SCR_DownloadManager_OpenDownloadManagerComponent
:
ScriptedWidgetComponent
5
{
6
override
void
HandlerAttached(
Widget
w)
7
{
8
SCR_InputButtonComponent
n =
SCR_InputButtonComponent
.Cast(w.FindHandler(
SCR_InputButtonComponent
));
9
n.
m_OnActivated
.Insert(SCR_DownloadManager_Dialog.Create);
10
}
11
};
SCR_DownloadManager_OpenDownloadManagerComponent
Definition
SCR_DownloadManager_OpenDownloadManagerComponent.c:5
SCR_InputButtonComponent
Definition
SCR_InputButtonComponent.c:2
SCR_InputButtonComponent::m_OnActivated
ref ScriptInvoker m_OnActivated
Definition
SCR_InputButtonComponent.c:153
ScriptedWidgetComponent
Definition
ScriptedWidgetComponent.c:13
Widget
Definition
Widget.c:13
scripts
Game
UI
Menu
DownloadManager
SCR_DownloadManager_OpenDownloadManagerComponent.c
Generated by
1.17.0