Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseHUDComponent.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14 }
15 
16 class BaseHUDComponent: GameComponent
17 {
18  // Gets the array of BaseInfoDisplays
19  proto external int GetInfoDisplays(out notnull array<BaseInfoDisplay> outInfoDisplays);
20  proto external void RegisterInfoDisplay(BaseInfoDisplay infoDisplay);
21  proto external void UnregisterInfoDisplay(BaseInfoDisplay infoDisplay);
22 }
23 
UnregisterInfoDisplay
proto external void UnregisterInfoDisplay(BaseInfoDisplay infoDisplay)
GameComponentClass
Definition: GameComponentClass.c:7
GetInfoDisplays
BaseHUDComponentClass GameComponentClass GetInfoDisplays(out notnull array< BaseInfoDisplay > outInfoDisplays)
BaseInfoDisplay
Definition: BaseInfoDisplay.c:12
RegisterInfoDisplay
proto external void RegisterInfoDisplay(BaseInfoDisplay infoDisplay)
BaseHUDComponentClass
Definition: BaseHUDComponent.c:12
GameComponent
Definition: GameComponent.c:12