DIFF

class ActionMenuSource

Constructors 1

void ActionMenu()
References new Timer(), m_actionItems, m_FadeTimer
Show 2 more, m_hide_timer, and m_visible

Constants 3

private const float FADE_IN_TIME = 0.3
Referenced by UpdateWidgets()
private const float FADE_OUT_TIME = 0.3
private const float HIDE_MENU_TIME = 5
Referenced by NextAction(), NextActionCategory(), PrevAction()
Show 2 more, PrevActionCategory(), and Show()

Members 6

private ref WidgetFadeTimer m_FadeTimer
Referenced by ActionMenu(), Hide(), HideWithFadeout()
Show 1 more, UpdateWidgets()
private ref array<TextWidget> m_actionItems
Referenced by ActionMenu(), Init(), and UpdateWidgets()
private TextWidget m_defaultActionWidget
Referenced by Init(), and UpdateWidgets()
private Widget m_actionsPanelWidget
Referenced by Hide(), HideWithFadeout(), Init()
Show 1 more, UpdateWidgets()
private ref Timer m_hide_timer
private bool m_visible
Referenced by ActionMenu(), Hide(), Refresh()
Show 1 more, Show()

Methods 10

void Show()
References Timer.Run(), HIDE_MENU_TIME, m_hide_timer
Show 1 more, m_visible
Referenced by Refresh()
void HideWithFadeout()