![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Base class for all vehicle UI state and damage indicators. More...
Protected Member Functions | |
| EVehicleInfoState | GetState () |
| Can be overridden to get state of actual system or linked to an event. | |
| bool | IsBlinking () |
| Can be overridden to get state of actual system or linked to an event. | |
| void | Scale (ImageWidget widget, float scale) |
| void | Scale (TextWidget widget, float scale) |
| void | Scale (OverlayWidget widget, float scale) |
| void | SetIcon (string icon) |
| void | SetColor (EVehicleInfoState state, EVehicleInfoColor color) |
| bool | UpdateRequired (EVehicleInfoState state) |
| override event void | DisplayUpdate (IEntity owner, float timeSlice) |
| override bool | DisplayStartDrawInit (IEntity owner) |
| override void | DisplayStartDraw (IEntity owner) |
| Create the UI. | |
| override void | DisplayStopDraw (IEntity owner) |
| Destroy the UI. | |
| override void | DisplayInit (IEntity owner) |
| Init the UI, runs 1x at the start of the game. | |
Protected Attributes | |
| ResourceName | m_Imageset = "{3262679C50EF4F01}UI/Textures/Icons/icons_wrapperUI.imageset" |
| ResourceName | m_ImagesetGlow = "{00FE3DBDFD15227B}UI/Textures/Icons/icons_wrapperUI-glow.imageset" |
| ImageWidget | m_wIcon |
| ImageWidget | m_wGlow |
| OverlayWidget | m_wSizeOverlay |
| string | m_sIcon |
| EVehicleInfoColor | m_eColor |
| float | m_fWidgetScale |
| bool | m_bShowGhost |
| EVehicleInfoState | m_eState = EVehicleInfoState.ERROR |
| bool | m_bIsBlinking |
| int | m_iBlinkingOffset |
| Color | m_aColors [5] |
| Color | m_aColorsGlow [5] |
| const int | ICON_SIZE = 64 |
Base class for all vehicle UI state and damage indicators.
Definition at line 28 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Init the UI, runs 1x at the start of the game.
Definition at line 232 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Create the UI.
Definition at line 210 of file SCR_BaseVehicleInfo.c.
Definition at line 195 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Destroy the UI.
Definition at line 226 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Definition at line 156 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Can be overridden to get state of actual system or linked to an event.
Definition at line 60 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Can be overridden to get state of actual system or linked to an event.
Definition at line 67 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Definition at line 73 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Definition at line 98 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Definition at line 87 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Definition at line 120 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Definition at line 108 of file SCR_BaseVehicleInfo.c.
|
inlineprotected |
Definition at line 150 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 56 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 53 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 54 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 50 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 47 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 41 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 49 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 44 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 51 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 30 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 31 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 38 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 34 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 33 of file SCR_BaseVehicleInfo.c.
|
protected |
Definition at line 35 of file SCR_BaseVehicleInfo.c.