Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_HUDGroupUIComponent Interface Reference
Inheritance diagram for SCR_HUDGroupUIComponent:
[legend]

Public Member Functions

Widget GetRootWidget ()
 
int GetSlotComponents (notnull out array< SCR_HUDSlotUIComponent > slotComponents)
 
SCR_HUDSlotUIComponent FindSlotComponent (string slotName)
 
override bool OnUpdate (Widget w)
 
void ResizeGroup ()
 Resizes all the slots within this Group, distributing the size of the Group Widget to all slots.
 
override void HandlerAttached (Widget w)
 

Protected Attributes

bool m_bEnableDebugFont
 
float m_fWidth
 
float m_fHeight
 
Widget m_wRoot
 
ref SCR_HUDSizeCalculator m_HUDSizeCalculator = new SCR_HUDSizeCalculator()
 
ref array< SCR_HUDSlotUIComponentm_aSlots = {}
 

Member Function Documentation

◆ FindSlotComponent()

SCR_HUDSlotUIComponent SCR_HUDGroupUIComponent.FindSlotComponent ( string  slotName)

◆ GetRootWidget()

Widget SCR_HUDGroupUIComponent.GetRootWidget ( )
Returns
Widget this GroupUIComponent is attached to.

◆ GetSlotComponents()

int SCR_HUDGroupUIComponent.GetSlotComponents ( notnull out array< SCR_HUDSlotUIComponent slotComponents)

◆ HandlerAttached()

override void SCR_HUDGroupUIComponent.HandlerAttached ( Widget  w)

◆ OnUpdate()

override bool SCR_HUDGroupUIComponent.OnUpdate ( Widget  w)

◆ ResizeGroup()

void SCR_HUDGroupUIComponent.ResizeGroup ( )

Resizes all the slots within this Group, distributing the size of the Group Widget to all slots.

Member Data Documentation

◆ m_aSlots

ref array<SCR_HUDSlotUIComponent> SCR_HUDGroupUIComponent.m_aSlots = {}
protected

◆ m_bEnableDebugFont

bool SCR_HUDGroupUIComponent.m_bEnableDebugFont
protected

◆ m_fHeight

float SCR_HUDGroupUIComponent.m_fHeight
protected

◆ m_fWidth

float SCR_HUDGroupUIComponent.m_fWidth
protected

◆ m_HUDSizeCalculator

ref SCR_HUDSizeCalculator SCR_HUDGroupUIComponent.m_HUDSizeCalculator = new SCR_HUDSizeCalculator()
protected

◆ m_wRoot

Widget SCR_HUDGroupUIComponent.m_wRoot
protected

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