RipperdocMetersArmor class
RipperdocMetersArmor
Inheritance
Base: RipperdocMetersBase
Derived
None.
Properties
| Property | Type | |
|---|---|---|
barScale | float | scripted |
currentArmorLabelContainer | ink.WidgetReference | scripted |
currentArmorLabelBackground | ink.WidgetReference | scripted |
costArmorLabelContainer | ink.WidgetReference | scripted |
costArmorLabelBackground | ink.WidgetReference | scripted |
costArmorLabelValue | ink.TextWidgetReference | scripted |
maxArmorLabel | ink.WidgetReference | scripted |
maxArmorLabelContainer | ink.WidgetReference | scripted |
maxArmorLabelValue | ink.TextWidgetReference | scripted |
maxArmor | float | scripted |
curEquippedArmor | float | scripted |
newEquippedArmor | float | scripted |
maxArmorPossible | float | scripted |
maxDamageReduction | float | scripted |
currentArmorLabel | WeakHandle<RipperdocFillLabel> | scripted |
currentArmorLabelAnimation | ink.anim.Proxy? | scripted |
costArmorLabelAnimation | ink.anim.Proxy? | scripted |
currentArmorLabelPulseAnimation | PulseAnimation? | scripted |
costArmorLabelPulseAnimation | PulseAnimation? | scripted |
maxBaseBar | int | scripted |
currentBars | int | scripted |
barsSpawned | bool | scripted |
C_costLabelAnchorPoint_ADD | Vector2 | scripted |
C_costLabelAnchorPoint_SUBTRACT | Vector2 | scripted |
C_costLabelAnchorPoint_EQUIPPED | Vector2 | scripted |
Functions
bool OnInitialize()RTTIbool OnUninitialize()RTTIvoid SpawnBars()RTTIbool OnBarSpawned(ink.Widget widget, IScriptable data)RTTIbool OnLastBarIntroFinished(ink.anim.Proxy animProxy)RTTIvoid SetArmor()RTTIvoid SetArmorData(float newEquippedArmor, float maxCurrentArmor, float maxArmorPossible, float maxDamageReduction)RTTIvoid SetMaxBar()RTTIvoid PreviewChange(float change, bool isHover, bool isCyberwareEquipped)RTTIbool OnIntroAnimationFinished_METER(ink.anim.Proxy proxy)RTTIbool OnMeterIntroFinished_RIGHT(ink.anim.Proxy proxy)RTTIbool OnApply(RipperdocMeterArmorApplyEvent evt)RTTIbool OnHover(RipperdocMeterArmorHoverEvent evt)RTTIbool OnBarHoverOver(ink.PointerEvent evt)overrideRTTIbool OnBarHoverOut(ink.PointerEvent evt)overrideRTTIbool OnRipperdocMeterArmorBarHoverEvent(RipperdocMeterArmorBarHoverEvent evt)RTTI