Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_CampaignBuildingScreenEffectUIComponent Interface Reference
Inheritance diagram for SCR_CampaignBuildingScreenEffectUIComponent:

Protected Member Functions

override void HandlerAttached (Widget w)
 
void AreaTriggerChange (bool activated)
 
void StartObstructionAnimation ()
 Start screen obstruction effect.
 
void FinishObstructionAnimation ()
 Ends screen obstruction effect.
 

Protected Attributes

BlurWidget m_wBlurEffect
 

Static Protected Attributes

const float DURATION_IN_BLUR = 0.75
 
const float DURATION_OUT_BLUR = 0.5
 
const float VALUE_BLUR = 0.8
 
const float VALUE_DISABLED = 0.0
 

Member Function Documentation

◆ AreaTriggerChange()

void SCR_CampaignBuildingScreenEffectUIComponent.AreaTriggerChange ( bool activated)
protected
Parameters
[in]activated

◆ FinishObstructionAnimation()

void SCR_CampaignBuildingScreenEffectUIComponent.FinishObstructionAnimation ( )
protected

Ends screen obstruction effect.

◆ HandlerAttached()

override void SCR_CampaignBuildingScreenEffectUIComponent.HandlerAttached ( Widget w)
protected

◆ StartObstructionAnimation()

void SCR_CampaignBuildingScreenEffectUIComponent.StartObstructionAnimation ( )
protected

Start screen obstruction effect.

Member Data Documentation

◆ DURATION_IN_BLUR

const float SCR_CampaignBuildingScreenEffectUIComponent.DURATION_IN_BLUR = 0.75
staticprotected

◆ DURATION_OUT_BLUR

const float SCR_CampaignBuildingScreenEffectUIComponent.DURATION_OUT_BLUR = 0.5
staticprotected

◆ m_wBlurEffect

BlurWidget SCR_CampaignBuildingScreenEffectUIComponent.m_wBlurEffect
protected

◆ VALUE_BLUR

const float SCR_CampaignBuildingScreenEffectUIComponent.VALUE_BLUR = 0.8
staticprotected

◆ VALUE_DISABLED

const float SCR_CampaignBuildingScreenEffectUIComponent.VALUE_DISABLED = 0.0
staticprotected

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