Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_GameOverTabBaseUIComponent.c
Go to the documentation of this file.
1 class SCR_BaseGameOverTabUIComponent : ScriptedWidgetComponent
2 {
3  //------------------------------------------------------------------------------------------------
8  void GameOverTabInit(notnull SCR_GameOverScreenUIContentData endScreenUIContent)
9  {
10  }
11 };
SCR_BaseGameOverTabUIComponent
Definition: SCR_GameOverTabBaseUIComponent.c:1
SCR_GameOverScreenUIContentData
Definition: SCR_GameOverScreenManagerComponent.c:497