|  | Arma Reforger Explorer
    1.1.0.42
    Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime | 
 
 
 
Go to the documentation of this file.
   16 class HUDManagerComponent: SCR_BaseHUDComponent
 
   19     proto external 
bool EnableHUD(
bool state);
 
   22     proto external 
int GetInfoDisplaysDrawn(out notnull array<BaseInfoDisplay> outInfoDisplays, 
bool getAllShown = 
false);
 
   30     event protected void OnInit(IEntity owner);
 
   31     event protected void OnUpdate(IEntity owner);
 
  
 
proto external bool StartDrawing(BaseInfoDisplay display)
proto external void StopDrawing(BaseInfoDisplay display)
event protected void OnControlledEntityChanged(IEntity from, IEntity to)
Runs every time the controlled entity has been changed.
event protected void OnInit(IEntity owner)
proto external bool EnableHUD(bool state)
event protected void OnUpdate(IEntity owner)
HUDManagerComponentClass SCR_BaseHUDComponentClass IsHUDEnabled()
proto external int GetInfoDisplaysDrawn(out notnull array< BaseInfoDisplay > outInfoDisplays, bool getAllShown=false)