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

Public Member Functions

void RegisterHUDElement (SCR_InfoDisplay element)
 
void UnregisterHUDElement (SCR_InfoDisplay element)
 
array< SCR_InfoDisplayGetHUDElements ()
 
- Public Member Functions inherited from BaseHUDComponent
proto external int GetInfoDisplays (out notnull array< BaseInfoDisplay > outInfoDisplays)
 
proto external void RegisterInfoDisplay (BaseInfoDisplay infoDisplay)
 
proto external void UnregisterInfoDisplay (BaseInfoDisplay infoDisplay)
 
- Public Member Functions inherited from GameComponent
bool OnTicksOnRemoteProxy ()
 

Protected Attributes

ref array< SCR_InfoDisplaym_aHUDElements = new array<SCR_InfoDisplay>
 

Member Function Documentation

◆ GetHUDElements()

array< SCR_InfoDisplay > SCR_BaseHUDComponent.GetHUDElements ( )

◆ RegisterHUDElement()

void SCR_BaseHUDComponent.RegisterHUDElement ( SCR_InfoDisplay  element)

◆ UnregisterHUDElement()

void SCR_BaseHUDComponent.UnregisterHUDElement ( SCR_InfoDisplay  element)

Member Data Documentation

◆ m_aHUDElements

ref array<SCR_InfoDisplay> SCR_BaseHUDComponent.m_aHUDElements = new array<SCR_InfoDisplay>
protected

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