Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ProfileSuperMenu.c File Reference

Go to the source code of this file.

Enumerations

enum  SCR_EProfileSuperMenuTabId { NEWS = 0 , COMMUNITY }

Functions

override void OnMenuOpen ()
override void OnMenuShow ()
void OnLogoClicked ()
void OnTabContentShow (SCR_TabViewComponent tabView, Widget widget)
void ResetFocus ()

Variables

enum SCR_EProfileSuperMenuTabId m_Logo

Enumeration Type Documentation

◆ SCR_EProfileSuperMenuTabId

Enumerator
NEWS 
COMMUNITY 

Definition at line 1 of file SCR_ProfileSuperMenu.c.

Function Documentation

◆ OnLogoClicked()

void OnLogoClicked ( )
protected

Definition at line 49 of file SCR_ProfileSuperMenu.c.

◆ OnMenuOpen()

override void OnMenuOpen ( )

Definition at line 12 of file SCR_ProfileSuperMenu.c.

◆ OnMenuShow()

override void OnMenuShow ( )

Definition at line 41 of file SCR_ProfileSuperMenu.c.

◆ OnTabContentShow()

void OnTabContentShow ( SCR_TabViewComponent tabView,
Widget widget )
protected

Definition at line 55 of file SCR_ProfileSuperMenu.c.

◆ ResetFocus()

void ResetFocus ( )
protected

Definition at line 61 of file SCR_ProfileSuperMenu.c.

Variable Documentation

◆ m_Logo