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

Go to the source code of this file.

Classes

class  SCR_MenuNavigationItem

Functions

override void HandlerAttached (Widget w)
void OnClickedEntry (SCR_ButtonTextComponent comp)
void OnNextMenu ()
void OnPrevMenu ()
void OnOpenMenu (ChimeraMenuPreset menuToOpen)
void DisableNavButton (notnull SCR_InputButtonComponent comp)

Variables

class SCR_MenuNavigationItem ENTRY_LAYOUT = "{04A28F3B36FE0F9A}UI/layouts/Menus/ContentBrowser/ScenariosMenu/HeaderNavigationEntry.layout"
ref SCR_HeaderNavigationWidgets m_Widgets = new SCR_HeaderNavigationWidgets
ref array< ref SCR_MenuNavigationItemm_aItems
int m_iSelectedId

Function Documentation

◆ DisableNavButton()

void DisableNavButton ( notnull SCR_InputButtonComponent comp)
protected

Definition at line 94 of file SCR_MenuNavigationHeaderComponent.c.

◆ HandlerAttached()

override void HandlerAttached ( Widget w)
protected

Definition at line 26 of file SCR_MenuNavigationHeaderComponent.c.

◆ OnClickedEntry()

void OnClickedEntry ( SCR_ButtonTextComponent comp)
protected

Definition at line 65 of file SCR_MenuNavigationHeaderComponent.c.

◆ OnNextMenu()

void OnNextMenu ( )
protected

Definition at line 73 of file SCR_MenuNavigationHeaderComponent.c.

◆ OnOpenMenu()

void OnOpenMenu ( ChimeraMenuPreset menuToOpen)
protected

Definition at line 87 of file SCR_MenuNavigationHeaderComponent.c.

◆ OnPrevMenu()

void OnPrevMenu ( )
protected

Definition at line 80 of file SCR_MenuNavigationHeaderComponent.c.

Variable Documentation

◆ ENTRY_LAYOUT

class SCR_MenuNavigationItem ENTRY_LAYOUT = "{04A28F3B36FE0F9A}UI/layouts/Menus/ContentBrowser/ScenariosMenu/HeaderNavigationEntry.layout"

◆ m_aItems

ref array<ref SCR_MenuNavigationItem> m_aItems
protected

Definition at line 21 of file SCR_MenuNavigationHeaderComponent.c.

◆ m_iSelectedId

int m_iSelectedId
protected

Definition at line 23 of file SCR_MenuNavigationHeaderComponent.c.

◆ m_Widgets

Definition at line 18 of file SCR_MenuNavigationHeaderComponent.c.