Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ProfileDialogUI.c
Go to the documentation of this file.
1
//------------------------------------------------------------------------------------------------
2
class
ProfileDialogUI
:
DialogUI
3
{
4
//------------------------------------------------------------------------------------------------
5
override
void
OnMenuUpdate(
float
tDelta)
6
{
7
super.OnMenuUpdate(tDelta);
8
9
GetGame
().GetInputManager().ActivateContext(
"InteractableDialogContext"
);
10
}
11
}
GetGame
ArmaReforgerScripted GetGame()
Definition:
game.c:1424
DialogUI
Definition:
DialogUI.c:1
ProfileDialogUI
Definition:
ProfileDialogUI.c:2
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
UI
Menu
ProfileDialogUI.c
Generated by
1.8.17