Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_WelcomeScreenFocusWidgetComponent Interface Reference

Class that handles focusing of widgets for the Welcome and Debriefing screens. More...

Inheritance diagram for SCR_WelcomeScreenFocusWidgetComponent:

Public Member Functions

override bool OnFocus (Widget w, int x, int y)
 
override bool OnFocusLost (Widget w, int x, int y)
 
void ToggleInteractions (bool enabled, Widget w)
 Toggles interactions for said widget.
 
override void HandlerAttached (Widget w)
 When widget is initialised, we set the ToggleInteraction logic on false by default.
 

Protected Attributes

string m_sTargetContent
 
string m_sTargetHighlight
 
string m_sDeployMenuClass
 

Detailed Description

Class that handles focusing of widgets for the Welcome and Debriefing screens.

Member Function Documentation

◆ HandlerAttached()

override void SCR_WelcomeScreenFocusWidgetComponent.HandlerAttached ( Widget w)

When widget is initialised, we set the ToggleInteraction logic on false by default.

◆ OnFocus()

override bool SCR_WelcomeScreenFocusWidgetComponent.OnFocus ( Widget w,
int x,
int y )

◆ OnFocusLost()

override bool SCR_WelcomeScreenFocusWidgetComponent.OnFocusLost ( Widget w,
int x,
int y )

◆ ToggleInteractions()

void SCR_WelcomeScreenFocusWidgetComponent.ToggleInteractions ( bool enabled,
Widget w )

Toggles interactions for said widget.

Member Data Documentation

◆ m_sDeployMenuClass

string SCR_WelcomeScreenFocusWidgetComponent.m_sDeployMenuClass
protected

◆ m_sTargetContent

string SCR_WelcomeScreenFocusWidgetComponent.m_sTargetContent
protected

◆ m_sTargetHighlight

string SCR_WelcomeScreenFocusWidgetComponent.m_sTargetHighlight
protected

The documentation for this interface was generated from the following file: