DIFF

class MainMenuNewsfeedSource

MainMenuNewsfeed ScriptedWidgetEventHandler Managed

All members, including inherited

Constructors 1

Members 13

protected Widget m_Root
protected Widget m_DLDLC
protected Widget m_Discord
protected Widget m_Feedback
protected Widget m_DayZForum
protected Widget m_Twitter
protected Widget m_Youtube
protected TextWidget m_MainText1
protected TextWidget m_MainText2
protected TextWidget m_MainText3
protected TextWidget m_SecText1
protected TextWidget m_SecText2
protected TextWidget m_SecText3

Methods 16

void HideNewsfeed()
References Widget.Show(), and m_Root
void OpenDLC()
References CGame.OpenURL()
Referenced by OnClick()
void OpenDiscord()
References CGame.OpenURL()
Referenced by OnClick()
void OpenFeedback()
References CGame.OpenURL()
Referenced by OnClick()
void OpenForums()
References CGame.OpenURL()
Referenced by OnClick()
void OpenTwitter()
References CGame.OpenURL()
Referenced by OnClick()
void OpenYoutube()
References CGame.OpenURL()
Referenced by OnClick()
override bool OnClick(Widget w, int x, int y, int button)
override bool OnMouseEnter(Widget w, int x, int y)
References ColorRed(), and IsFocusable()
override bool OnMouseLeave(Widget w, Widget enterW, int x, int y)
References ColorWhite(), and IsFocusable()
override bool OnFocus(Widget w, int x, int y)
References ColorRed(), and IsFocusable()
override bool OnFocusLost(Widget w, int x, int y)
References ColorWhite(), and IsFocusable()
bool IsFocusable(Widget w)
References m_DayZForum, m_Discord, m_DLDLC
Show 3 more, m_Feedback, m_Twitter, and m_Youtube
Referenced by OnFocus(), OnFocusLost(), OnMouseEnter()
Show 1 more, OnMouseLeave()