Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_BloodTooltipDetailBlockEditorUIComponent |
Functions | |
SCR_BloodTooltipDetailBlockEditorUIComponent ScriptedWidgetComponent | BaseContainerProps ()] class SCR_BloodBoxColors |
void | SetBloodStateVisuals (int bloodStateFill, int bloodStateBoder) |
override void | HandlerAttached (Widget w) |
Variables | |
protected ref array< ref SCR_BloodBoxColors > | m_aBloodBoxColors |
protected ref Color | m_cBorderColorDead |
protected string | m_sBloodBoxFillName |
protected string | m_sBloodBoxBorderName |
protected Widget | m_BloodBoxFill |
protected Widget | m_BloodBoxBorder |
SCR_BloodTooltipDetailBlockEditorUIComponent ScriptedWidgetComponent BaseContainerProps | ( | ) |
Definition at line 45 of file SCR_BloodTooltipDetailBlockEditorUIComponent.c.
override void BaseContainerProps::HandlerAttached | ( | Widget | w | ) |
Definition at line 37 of file SCR_BloodTooltipDetailBlockEditorUIComponent.c.
[in] | bloodStateFill | |
[in] | bloodStateBoder |
Definition at line 20 of file SCR_BloodTooltipDetailBlockEditorUIComponent.c.
protected ref array<ref SCR_BloodBoxColors> m_aBloodBoxColors |
Definition at line 3 of file SCR_BloodTooltipDetailBlockEditorUIComponent.c.
protected Widget m_BloodBoxBorder |
Definition at line 15 of file SCR_BloodTooltipDetailBlockEditorUIComponent.c.
protected Widget m_BloodBoxFill |
Definition at line 14 of file SCR_BloodTooltipDetailBlockEditorUIComponent.c.
protected ref Color m_cBorderColorDead |
Definition at line 6 of file SCR_BloodTooltipDetailBlockEditorUIComponent.c.
protected string m_sBloodBoxBorderName |
Definition at line 12 of file SCR_BloodTooltipDetailBlockEditorUIComponent.c.
protected string m_sBloodBoxFillName |
Definition at line 9 of file SCR_BloodTooltipDetailBlockEditorUIComponent.c.