Arma Reforger Script API
|
Public Member Functions | |
void | RegisterHUDElement (SCR_InfoDisplay element) |
void | UnregisterHUDElement (SCR_InfoDisplay element) |
array< SCR_InfoDisplay > | GetHUDElements () |
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_InfoDisplay > | m_aHUDElements = new array<SCR_InfoDisplay> |
array< SCR_InfoDisplay > SCR_BaseHUDComponent.GetHUDElements | ( | ) |
void SCR_BaseHUDComponent.RegisterHUDElement | ( | SCR_InfoDisplay | element | ) |
void SCR_BaseHUDComponent.UnregisterHUDElement | ( | SCR_InfoDisplay | element | ) |
|
protected |