Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseScreenEffect Class Reference
Inheritance diagram for SCR_BaseScreenEffect:
SCR_BleedingScreenEffect SCR_DamageBlurEffect SCR_DeathScreenEffect SCR_DesaturationEffect SCR_DrowningScreenEffect SCR_FadeInOutEffect SCR_NoiseFilterEffect SCR_PoisonScreenEffect SCR_RegenerationScreenEffect SCR_StaminaBlurEffect SCR_UnconsciousScreenEffect

Protected Member Functions

void UpdateEffectVisibility (notnull ImageWidget effectWidget)
 The widget will be made visible or hidden based on its opacity.
void AnimateEffectVisibility (notnull ImageWidget effectWidget, float opacity, float alpha, float opacitySpeed=1.0, float alphaSpeed=1.0, bool updateVisibility=true)
void ShowSingleEffect (notnull ImageWidget effectWidget)
void HideSingleEffect (notnull ImageWidget effectWidget)

Detailed Description

Definition at line 1 of file SCR_BaseScreenEffect.c.

Member Function Documentation

◆ AnimateEffectVisibility()

void SCR_BaseScreenEffect::AnimateEffectVisibility ( notnull ImageWidget effectWidget,
float opacity,
float alpha,
float opacitySpeed = 1.0,
float alphaSpeed = 1.0,
bool updateVisibility = true )
inlineprotected
Parameters
[in]effectWidgetto animate its opacity and alpha mask.
[in]opacitydesired target value.
[in]alphadesired target value.
[in]opacitySpeeddesired speed value (default is 0).
[in]alphaSpeeddesired speed value (default is 0).
[in]updateVisibilityWhether the visibility should be updated based on the final opacity (default is true).
[in]updateVisibilityWhether the visibility should be updated based on the final opacity (default is true).

Definition at line 54 of file SCR_BaseScreenEffect.c.

◆ HideSingleEffect()

void SCR_BaseScreenEffect::HideSingleEffect ( notnull ImageWidget effectWidget)
inlineprotected

Definition at line 69 of file SCR_BaseScreenEffect.c.

◆ ShowSingleEffect()

void SCR_BaseScreenEffect::ShowSingleEffect ( notnull ImageWidget effectWidget)
inlineprotected

Definition at line 61 of file SCR_BaseScreenEffect.c.

◆ UpdateEffectVisibility()

void SCR_BaseScreenEffect::UpdateEffectVisibility ( notnull ImageWidget effectWidget)
inlineprotected

The widget will be made visible or hidden based on its opacity.

Definition at line 41 of file SCR_BaseScreenEffect.c.


The documentation for this class was generated from the following file: