![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| Color | GetColor () |
| Color | GetBackgroundColor () |
| Color | GetOutlineColor () |
| Color | GetBackgroundColorRegen () |
| Color | GetOutlineColorRegen () |
| ResourceName | GetOutlineImage () |
| ResourceName | GetBackgroundImage () |
| string | GetOutlineQuadName () |
| string | GetBackgroundQuadName () |
| bool | SetImageTo (ImageWidget imageWidget, ResourceName imageRes, string quadName=string.Empty) |
| bool | SetIconTo (ImageWidget imageWidget, int iconIndex) |
| string | GetIconSetName (int iconIndex) |
Protected Attributes | |
| ref Color | m_Color |
| ref Color | m_BackgroundColor |
| ref Color | m_OutlineColor |
| ref Color | m_BackgroundColorRegen |
| ref Color | m_OutlineColorRegen |
| ResourceName | m_sOutlineImage |
| string | m_sOutlineQuadName |
| ResourceName | m_sBackgroundImage |
| string | m_sBackgroundQuadName |
| ref array< string > | m_aIconNames |
Definition at line 2 of file SCR_DamageStateUIInfo.c.
|
inlineprotected |
Get color of background
Definition at line 45 of file SCR_DamageStateUIInfo.c.
|
inlineprotected |
Get regeneration color of background
Definition at line 61 of file SCR_DamageStateUIInfo.c.
|
inlineprotected |
Get ResourceName of outline image
Definition at line 85 of file SCR_DamageStateUIInfo.c.
|
inlineprotected |
Get name of background image quad (if is from imageset)
Definition at line 101 of file SCR_DamageStateUIInfo.c.
|
inlineprotected |
Get color of Icon and Outline
Definition at line 37 of file SCR_DamageStateUIInfo.c.
GetIconSetName() overload specified by an array index
| iconIndex | Index of an icon from m_aIconNames array |
Definition at line 150 of file SCR_DamageStateUIInfo.c.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
Get ResourceName of outline image
Definition at line 77 of file SCR_DamageStateUIInfo.c.
|
inlineprotected |
Get name of outline image quad (if is from imageset)
Definition at line 93 of file SCR_DamageStateUIInfo.c.
|
inlineprotected |
SetIconTo() overload that accepts an index when m_aIconNames is not empty
| imageWidget | Target image widget |
| iconIndex | Index of an icon from m_aIconNames array |
Definition at line 131 of file SCR_DamageStateUIInfo.c.
|
inlineprotected |
Set image to given image widget.
| imageWidget | Target image widget |
| imageRes | Source image resource |
Definition at line 111 of file SCR_DamageStateUIInfo.c.
|
protected |
Definition at line 32 of file SCR_DamageStateUIInfo.c.
|
protected |
Definition at line 8 of file SCR_DamageStateUIInfo.c.
|
protected |
Definition at line 14 of file SCR_DamageStateUIInfo.c.
|
protected |
Definition at line 5 of file SCR_DamageStateUIInfo.c.
|
protected |
Definition at line 11 of file SCR_DamageStateUIInfo.c.
|
protected |
Definition at line 17 of file SCR_DamageStateUIInfo.c.
|
protected |
Definition at line 26 of file SCR_DamageStateUIInfo.c.
|
protected |
Definition at line 29 of file SCR_DamageStateUIInfo.c.
|
protected |
Definition at line 20 of file SCR_DamageStateUIInfo.c.
|
protected |
Definition at line 23 of file SCR_DamageStateUIInfo.c.