Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
HUDManagerComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class HUDManagerComponent: SCR_BaseHUDComponent
17{
18 proto external bool IsHUDEnabled();
19 proto external bool EnableHUD(bool state);
20 proto external bool StartDrawing(BaseInfoDisplay display);
21 proto external void StopDrawing(BaseInfoDisplay display);
22 proto external int GetInfoDisplaysDrawn(out notnull array<BaseInfoDisplay> outInfoDisplays, bool getAllShown = false);
23
24 // callbacks
25
30 event protected void OnInit(IEntity owner);
31 event protected void OnUpdate(IEntity owner);
32 event protected void OnControlledEntityChanged(IEntity from, IEntity to);
33}
34
override void OnUpdate()
void OnControlledEntityChanged(IEntity from, IEntity to)
Runs every time the controlled entity has been changed.
proto external bool StartDrawing(BaseInfoDisplay display)
HUDManagerComponentClass SCR_BaseHUDComponentClass IsHUDEnabled()
proto external void StopDrawing(BaseInfoDisplay display)
proto external int GetInfoDisplaysDrawn(out notnull array< BaseInfoDisplay > outInfoDisplays, bool getAllShown=false)
proto external bool EnableHUD(bool state)