Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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  {
9  n.m_OnActivated.Insert(SCR_DownloadManager_Dialog.Create);
10  }
11 };
SCR_DownloadManager_OpenDownloadManagerComponent
Definition: SCR_DownloadManager_OpenDownloadManagerComponent.c:4
SCR_DownloadManager_Dialog
void SCR_DownloadManager_Dialog()
Definition: SCR_DownloadManager_Dialog.c:491
SCR_InputButtonComponent
Definition: SCR_InputButtonComponent.c:1