![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Classes | |
| class | BaseHUDComponentClass |
| class | BaseInfoDisplay |
| class | GroupInfoDisplay |
| class | HUDManagerComponentClass |
Functions | |
| BaseHUDComponentClass GameComponentClass | GetInfoDisplays (out notnull array< BaseInfoDisplay > outInfoDisplays) |
| proto external void | RegisterInfoDisplay (BaseInfoDisplay infoDisplay) |
| proto external void | UnregisterInfoDisplay (BaseInfoDisplay infoDisplay) |
| HUDManagerComponentClass SCR_BaseHUDComponentClass | IsHUDEnabled () |
| proto external bool | EnableHUD (bool state) |
| proto external bool | StartDrawing (BaseInfoDisplay display) |
| proto external void | StopDrawing (BaseInfoDisplay display) |
| proto external int | GetInfoDisplaysDrawn (out notnull array< BaseInfoDisplay > outInfoDisplays, bool getAllShown=false) |
| void | OnInit (IEntity owner) |
| void | OnUpdate (IEntity owner) |
| void | OnControlledEntityChanged (IEntity from, IEntity to) |
| Runs every time the controlled entity has been changed. | |
| BaseHUDComponentClass GameComponentClass GetInfoDisplays | ( | out notnull array< BaseInfoDisplay > | outInfoDisplays | ) |
| proto external int GetInfoDisplaysDrawn | ( | out notnull array< BaseInfoDisplay > | outInfoDisplays, |
| bool | getAllShown = false ) |
| HUDManagerComponentClass SCR_BaseHUDComponentClass IsHUDEnabled | ( | ) |
Runs every time the controlled entity has been changed.
Definition at line 174 of file SCR_ItemPlacementComponent.c.
|
protected |
Called during EOnInit.
| owner | Entity this component is attached to. |
Definition at line 493 of file SCR_CharacterCommandHandler_Tests.c.
|
protected |
| proto external void RegisterInfoDisplay | ( | BaseInfoDisplay | infoDisplay | ) |
| proto external bool StartDrawing | ( | BaseInfoDisplay | display | ) |
| proto external void StopDrawing | ( | BaseInfoDisplay | display | ) |
| proto external void UnregisterInfoDisplay | ( | BaseInfoDisplay | infoDisplay | ) |