Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DeathScreenEffect Class Reference
Inheritance diagram for SCR_DeathScreenEffect:
SCR_BaseScreenEffect

Protected Member Functions

override void DisplayStartDraw (IEntity owner)
override void DisplayControlledEntityChanged (IEntity from, IEntity to)
void DeathEffect ()
void InstaDeathEffect ()
override void ClearEffects ()

Protected Attributes

const float DEATHEFFECT_START_OPACITY = 0.7
const float DEATHEFFECT_FADEIN_OPACITY_DURATION = 8
const float DEATHEFFECT_FADEIN_PROGRESSION_DURACTION = 5
const float INSTADEATHEFFECT_START_OPACITY = 0.4
const float INSTADEATHEFFECT_START_PROGRESSION = 0.4
const float INSTADEATHEFFECT_FADEIN_OPACITY_DURATION = 8.5
const float INSTADEATHEFFECT_FADEIN_PROGRESSION_DURACTION = 10
const float DEATHEFFECT_FADEIN_OPACITY_TARGET = 1
const float DEATHEFFECT_FADEIN_PROGRESSION_TARGET = 1
ImageWidget m_wDeath
ImageWidget m_wBlackOut
ChimeraCharacter m_pCharacterEntity
SCR_HitZone m_pHeadHitZone
SCR_CharacterDamageManagerComponent m_pDamageManager

Detailed Description

Definition at line 1 of file SCR_DeathScreenEffect.c.

Member Function Documentation

◆ ClearEffects()

override void SCR_DeathScreenEffect::ClearEffects ( )
inlineprotected

Definition at line 106 of file SCR_DeathScreenEffect.c.

◆ DeathEffect()

void SCR_DeathScreenEffect::DeathEffect ( )
inlineprotected

Definition at line 75 of file SCR_DeathScreenEffect.c.

◆ DisplayControlledEntityChanged()

override void SCR_DeathScreenEffect::DisplayControlledEntityChanged ( IEntity from,
IEntity to )
inlineprotected

Definition at line 37 of file SCR_DeathScreenEffect.c.

◆ DisplayStartDraw()

override void SCR_DeathScreenEffect::DisplayStartDraw ( IEntity owner)
inlineprotected

Definition at line 28 of file SCR_DeathScreenEffect.c.

◆ InstaDeathEffect()

void SCR_DeathScreenEffect::InstaDeathEffect ( )
inlineprotected

Definition at line 87 of file SCR_DeathScreenEffect.c.

Member Data Documentation

◆ DEATHEFFECT_FADEIN_OPACITY_DURATION

const float SCR_DeathScreenEffect::DEATHEFFECT_FADEIN_OPACITY_DURATION = 8
protected

Definition at line 5 of file SCR_DeathScreenEffect.c.

◆ DEATHEFFECT_FADEIN_OPACITY_TARGET

const float SCR_DeathScreenEffect::DEATHEFFECT_FADEIN_OPACITY_TARGET = 1
protected

Definition at line 14 of file SCR_DeathScreenEffect.c.

◆ DEATHEFFECT_FADEIN_PROGRESSION_DURACTION

const float SCR_DeathScreenEffect::DEATHEFFECT_FADEIN_PROGRESSION_DURACTION = 5
protected

Definition at line 6 of file SCR_DeathScreenEffect.c.

◆ DEATHEFFECT_FADEIN_PROGRESSION_TARGET

const float SCR_DeathScreenEffect::DEATHEFFECT_FADEIN_PROGRESSION_TARGET = 1
protected

Definition at line 15 of file SCR_DeathScreenEffect.c.

◆ DEATHEFFECT_START_OPACITY

const float SCR_DeathScreenEffect::DEATHEFFECT_START_OPACITY = 0.7
protected

Definition at line 4 of file SCR_DeathScreenEffect.c.

◆ INSTADEATHEFFECT_FADEIN_OPACITY_DURATION

const float SCR_DeathScreenEffect::INSTADEATHEFFECT_FADEIN_OPACITY_DURATION = 8.5
protected

Definition at line 11 of file SCR_DeathScreenEffect.c.

◆ INSTADEATHEFFECT_FADEIN_PROGRESSION_DURACTION

const float SCR_DeathScreenEffect::INSTADEATHEFFECT_FADEIN_PROGRESSION_DURACTION = 10
protected

Definition at line 12 of file SCR_DeathScreenEffect.c.

◆ INSTADEATHEFFECT_START_OPACITY

const float SCR_DeathScreenEffect::INSTADEATHEFFECT_START_OPACITY = 0.4
protected

Definition at line 9 of file SCR_DeathScreenEffect.c.

◆ INSTADEATHEFFECT_START_PROGRESSION

const float SCR_DeathScreenEffect::INSTADEATHEFFECT_START_PROGRESSION = 0.4
protected

Definition at line 10 of file SCR_DeathScreenEffect.c.

◆ m_pCharacterEntity

ChimeraCharacter SCR_DeathScreenEffect::m_pCharacterEntity
protected

Definition at line 22 of file SCR_DeathScreenEffect.c.

◆ m_pDamageManager

SCR_CharacterDamageManagerComponent SCR_DeathScreenEffect::m_pDamageManager
protected

Definition at line 24 of file SCR_DeathScreenEffect.c.

◆ m_pHeadHitZone

SCR_HitZone SCR_DeathScreenEffect::m_pHeadHitZone
protected

Definition at line 23 of file SCR_DeathScreenEffect.c.

◆ m_wBlackOut

ImageWidget SCR_DeathScreenEffect::m_wBlackOut
protected

Definition at line 19 of file SCR_DeathScreenEffect.c.

◆ m_wDeath

ImageWidget SCR_DeathScreenEffect::m_wDeath
protected

Definition at line 18 of file SCR_DeathScreenEffect.c.


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