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

Public Member Functions

void SetEnabled (bool bEnabled)
 
bool Set (BaseUserAction pAction, int iIndex, bool bIsSelected, bool bIsAvailable)
 
void Show (float fFadeSpeed, float fTimeSlice=0)
 
void Hide ()
 
void SetProgress (float p)
 
void ActionMenuElement ()
 
void ~ActionMenuElement ()
 

Protected Attributes

Widget m_wElement
 
TextWidget m_wActionText
 
TextWidget m_wContextText
 
ImageWidget m_wPerformType
 
ImageWidget m_wPerformTypeHold
 
ImageWidget m_wProgress
 
bool m_bIsSelected = false
 
int m_iIndex = 0
 

Constructor & Destructor Documentation

◆ ActionMenuElement()

void ActionMenuElement.ActionMenuElement ( )

◆ ~ActionMenuElement()

void ActionMenuElement.~ActionMenuElement ( )

Member Function Documentation

◆ Hide()

void ActionMenuElement.Hide ( )

◆ Set()

bool ActionMenuElement.Set ( BaseUserAction  pAction,
int  iIndex,
bool  bIsSelected,
bool  bIsAvailable 
)

◆ SetEnabled()

void ActionMenuElement.SetEnabled ( bool  bEnabled)

◆ SetProgress()

void ActionMenuElement.SetProgress ( float  p)

◆ Show()

void ActionMenuElement.Show ( float  fFadeSpeed,
float  fTimeSlice = 0 
)

Member Data Documentation

◆ m_bIsSelected

bool ActionMenuElement.m_bIsSelected = false
protected

◆ m_iIndex

int ActionMenuElement.m_iIndex = 0
protected

◆ m_wActionText

TextWidget ActionMenuElement.m_wActionText
protected

◆ m_wContextText

TextWidget ActionMenuElement.m_wContextText
protected

◆ m_wElement

Widget ActionMenuElement.m_wElement
protected

◆ m_wPerformType

ImageWidget ActionMenuElement.m_wPerformType
protected

◆ m_wPerformTypeHold

ImageWidget ActionMenuElement.m_wPerformTypeHold
protected

◆ m_wProgress

ImageWidget ActionMenuElement.m_wProgress
protected

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