Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SCR_RadialMenuPair Interface Reference

Container or SCR_RadialMenu, keeps entry and widget pair Both widget and entry can be null Value type should most likely inherit from any Widget class. More...

Public Member Functions

bool IsEmpty ()
 
void SCR_RadialMenuPair (Widget widget, BaseSelectionMenuEntry entry)
 

Public Attributes

Widget m_pWidget
 
BaseSelectionMenuEntry m_pEntry
 

Detailed Description

Container or SCR_RadialMenu, keeps entry and widget pair Both widget and entry can be null Value type should most likely inherit from any Widget class.

Constructor & Destructor Documentation

◆ SCR_RadialMenuPair()

void SCR_RadialMenuPair.SCR_RadialMenuPair ( Widget  widget,
BaseSelectionMenuEntry  entry 
)

Member Function Documentation

◆ IsEmpty()

bool SCR_RadialMenuPair.IsEmpty ( )

Member Data Documentation

◆ m_pEntry

BaseSelectionMenuEntry SCR_RadialMenuPair.m_pEntry

◆ m_pWidget

Widget SCR_RadialMenuPair.m_pWidget

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