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 //------------------------------------------------------------------------------------------------
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