Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PlayerProfileDialogUI.c
Go to the documentation of this file.
1
//------------------------------------------------------------------------------------------------
2
class
SCR_PlayerProfileDialogUI
:
SCR_LoginProcessDialogUI
3
{
4
//------------------------------------------------------------------------------------------------
5
override
void
OnConfirm()
6
{
7
GetGame
().GetBackendApi().Unlink(
m_Callback
);
8
9
super.OnConfirm();
10
}
11
12
//------------------------------------------------------------------------------------------------
13
override
void
OnSuccess(
SCR_BackendCallback
callback
)
14
{
15
Close();
16
}
17
}
SCR_PlayerProfileDialogUI
Definition:
SCR_PlayerProfileDialogUI.c:2
GetGame
ArmaReforgerScripted GetGame()
Definition:
game.c:1424
m_Callback
protected ref CampaignCallback m_Callback
Definition:
SCR_PlayerProfileManagerComponent.c:25
SCR_BackendCallback
Scripted backend callback class unifying backend response.
Definition:
SCR_BackendCallback.c:21
callback
DownloadConfigCallback callback
SCR_LoginProcessDialogUI
Definition:
SCR_LoginProcessDialogUI.c:5
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
UI
Menu
SCR_PlayerProfileDialogUI.c
Generated by
1.8.17