Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_2DOpticsComponentClass Class Reference
Inheritance diagram for SCR_2DOpticsComponentClass:
ScriptedSightsComponentClass SCR_2DSightsComponentClass SCR_2DPIPSightsComponentClass

Protected Member Functions

SCR_EPIPZeroingType GetZeroType ()
bool ShouldHideParentObject ()
bool ShouldHideParentCharacter ()
bool HasIllumination ()
Color GetReticleColor ()
Color GetReticleOutlineColor ()
Color GetReticleIlluminationColor ()
float GetReticleTextureGlowAlpha ()
float GetReticleOffsetInterpSpeed ()
float GetADSActivationPercentage ()
float GetADSDeactivationPercentage ()
vector GetCameraOffset ()
vector GetCameraAngles ()
float GetRotationDampingSpeed ()
float GetMovementScale ()
float GetMovementDampingSpeed ()
float GetRollScale ()
float GetRollDampingSpeed ()
float GetMisalignmentScale ()
float GetVignetteMoveSpeed ()
float GetMotionBlurScale ()
float GetMotionBlurMax ()
float GetVignetteScale ()
float GetMisalignmentDampingSpeed ()
float GetRotationScale ()
void GetReticleTextures (out ResourceName reticleTexture, out ResourceName reticleTextureGlow, out ResourceName filterTexture)
int GetAnimationActivationDelay ()
int GetAnimationDeactivationDelay ()
float GetAnimationEnterTime ()
float GetAnimationSpeedBlur ()

Protected Attributes

ResourceName m_sReticleTexture
ResourceName m_sReticleGlowTexture
bool m_bHasIllumination
ref Color m_ReticleColor
ref Color m_ReticleOutlineColor
ref Color m_cReticleTextureIllumination
params : "0 1 0.001"
params category: "Resources"
params precision: 3)] protected float m_fReticleTextureGlowAlpha
ResourceName m_sFilterTexture
float m_fVignetteScale
bool m_bShouldHideParentObject
bool m_bShouldHideParentCharacter
int m_iAnimationActivationDelay
int m_iAnimationDeactivationDelay
float m_fAnimationEnterTime
float m_fAnimationSpeedBlur
float m_fMisalignmentDampingSpeed
float m_fRotationScale
float m_fRotationDampingSpeed
float m_fMovementScale
float m_fMovementDampingSpeed
float m_fRollScale
float m_fRollDampingSpeed
float m_fMisalignmentScale
float m_fVignetteMoveSpeed
float m_fMotionBlurScale
float m_fMotionBlurMax
float m_fADSActivationPercentage
float m_fADSDeactivationPercentage
SCR_EPIPZeroingType m_eZeroingType
float m_fReticleOffsetInterpSpeed
vector m_vCameraOffset
vector m_vCameraAngles

Detailed Description

Definition at line 2 of file SCR_2DOpticsComponent.c.

Member Function Documentation

◆ GetADSActivationPercentage()

float SCR_2DOpticsComponentClass::GetADSActivationPercentage ( )
inlineprotected

Definition at line 159 of file SCR_2DOpticsComponent.c.

◆ GetADSDeactivationPercentage()

float SCR_2DOpticsComponentClass::GetADSDeactivationPercentage ( )
inlineprotected

Definition at line 165 of file SCR_2DOpticsComponent.c.

◆ GetAnimationActivationDelay()

int SCR_2DOpticsComponentClass::GetAnimationActivationDelay ( )
inlineprotected

Definition at line 263 of file SCR_2DOpticsComponent.c.

◆ GetAnimationDeactivationDelay()

int SCR_2DOpticsComponentClass::GetAnimationDeactivationDelay ( )
inlineprotected

Definition at line 269 of file SCR_2DOpticsComponent.c.

◆ GetAnimationEnterTime()

float SCR_2DOpticsComponentClass::GetAnimationEnterTime ( )
inlineprotected

Definition at line 275 of file SCR_2DOpticsComponent.c.

◆ GetAnimationSpeedBlur()

float SCR_2DOpticsComponentClass::GetAnimationSpeedBlur ( )
inlineprotected

Definition at line 281 of file SCR_2DOpticsComponent.c.

◆ GetCameraAngles()

vector SCR_2DOpticsComponentClass::GetCameraAngles ( )
inlineprotected

Definition at line 177 of file SCR_2DOpticsComponent.c.

◆ GetCameraOffset()

vector SCR_2DOpticsComponentClass::GetCameraOffset ( )
inlineprotected

Definition at line 171 of file SCR_2DOpticsComponent.c.

◆ GetMisalignmentDampingSpeed()

float SCR_2DOpticsComponentClass::GetMisalignmentDampingSpeed ( )
inlineprotected

Definition at line 243 of file SCR_2DOpticsComponent.c.

◆ GetMisalignmentScale()

float SCR_2DOpticsComponentClass::GetMisalignmentScale ( )
inlineprotected

Definition at line 213 of file SCR_2DOpticsComponent.c.

◆ GetMotionBlurMax()

float SCR_2DOpticsComponentClass::GetMotionBlurMax ( )
inlineprotected

Definition at line 231 of file SCR_2DOpticsComponent.c.

◆ GetMotionBlurScale()

float SCR_2DOpticsComponentClass::GetMotionBlurScale ( )
inlineprotected

Definition at line 225 of file SCR_2DOpticsComponent.c.

◆ GetMovementDampingSpeed()

float SCR_2DOpticsComponentClass::GetMovementDampingSpeed ( )
inlineprotected

Definition at line 195 of file SCR_2DOpticsComponent.c.

◆ GetMovementScale()

float SCR_2DOpticsComponentClass::GetMovementScale ( )
inlineprotected

Definition at line 189 of file SCR_2DOpticsComponent.c.

◆ GetReticleColor()

Color SCR_2DOpticsComponentClass::GetReticleColor ( )
inlineprotected

Definition at line 129 of file SCR_2DOpticsComponent.c.

◆ GetReticleIlluminationColor()

Color SCR_2DOpticsComponentClass::GetReticleIlluminationColor ( )
inlineprotected

Definition at line 141 of file SCR_2DOpticsComponent.c.

◆ GetReticleOffsetInterpSpeed()

float SCR_2DOpticsComponentClass::GetReticleOffsetInterpSpeed ( )
inlineprotected

Definition at line 153 of file SCR_2DOpticsComponent.c.

◆ GetReticleOutlineColor()

Color SCR_2DOpticsComponentClass::GetReticleOutlineColor ( )
inlineprotected

Definition at line 135 of file SCR_2DOpticsComponent.c.

◆ GetReticleTextureGlowAlpha()

float SCR_2DOpticsComponentClass::GetReticleTextureGlowAlpha ( )
inlineprotected

Definition at line 147 of file SCR_2DOpticsComponent.c.

◆ GetReticleTextures()

void SCR_2DOpticsComponentClass::GetReticleTextures ( out ResourceName reticleTexture,
out ResourceName reticleTextureGlow,
out ResourceName filterTexture )
inlineprotected

Definition at line 255 of file SCR_2DOpticsComponent.c.

◆ GetRollDampingSpeed()

float SCR_2DOpticsComponentClass::GetRollDampingSpeed ( )
inlineprotected

Definition at line 207 of file SCR_2DOpticsComponent.c.

◆ GetRollScale()

float SCR_2DOpticsComponentClass::GetRollScale ( )
inlineprotected

Definition at line 201 of file SCR_2DOpticsComponent.c.

◆ GetRotationDampingSpeed()

float SCR_2DOpticsComponentClass::GetRotationDampingSpeed ( )
inlineprotected

Definition at line 183 of file SCR_2DOpticsComponent.c.

◆ GetRotationScale()

float SCR_2DOpticsComponentClass::GetRotationScale ( )
inlineprotected

Definition at line 249 of file SCR_2DOpticsComponent.c.

◆ GetVignetteMoveSpeed()

float SCR_2DOpticsComponentClass::GetVignetteMoveSpeed ( )
inlineprotected

Definition at line 219 of file SCR_2DOpticsComponent.c.

◆ GetVignetteScale()

float SCR_2DOpticsComponentClass::GetVignetteScale ( )
inlineprotected

Definition at line 237 of file SCR_2DOpticsComponent.c.

◆ GetZeroType()

SCR_EPIPZeroingType SCR_2DOpticsComponentClass::GetZeroType ( )
inlineprotected

Definition at line 107 of file SCR_2DOpticsComponent.c.

◆ HasIllumination()

bool SCR_2DOpticsComponentClass::HasIllumination ( )
inlineprotected

Definition at line 123 of file SCR_2DOpticsComponent.c.

◆ ShouldHideParentCharacter()

bool SCR_2DOpticsComponentClass::ShouldHideParentCharacter ( )
inlineprotected

Definition at line 117 of file SCR_2DOpticsComponent.c.

◆ ShouldHideParentObject()

bool SCR_2DOpticsComponentClass::ShouldHideParentObject ( )
inlineprotected

Definition at line 112 of file SCR_2DOpticsComponent.c.

Member Data Documentation

◆ __pad0__

params SCR_2DOpticsComponentClass::__pad0__
protected

Definition at line 23 of file SCR_2DOpticsComponent.c.

◆ category

params SCR_2DOpticsComponentClass::category
protected

Definition at line 23 of file SCR_2DOpticsComponent.c.

◆ m_bHasIllumination

bool SCR_2DOpticsComponentClass::m_bHasIllumination
protected

Definition at line 12 of file SCR_2DOpticsComponent.c.

◆ m_bShouldHideParentCharacter

bool SCR_2DOpticsComponentClass::m_bShouldHideParentCharacter
protected

Definition at line 36 of file SCR_2DOpticsComponent.c.

◆ m_bShouldHideParentObject

bool SCR_2DOpticsComponentClass::m_bShouldHideParentObject
protected

Definition at line 33 of file SCR_2DOpticsComponent.c.

◆ m_cReticleTextureIllumination

ref Color SCR_2DOpticsComponentClass::m_cReticleTextureIllumination
protected

Definition at line 21 of file SCR_2DOpticsComponent.c.

◆ m_eZeroingType

SCR_EPIPZeroingType SCR_2DOpticsComponentClass::m_eZeroingType
protected

Definition at line 94 of file SCR_2DOpticsComponent.c.

◆ m_fADSActivationPercentage

float SCR_2DOpticsComponentClass::m_fADSActivationPercentage
protected

Definition at line 87 of file SCR_2DOpticsComponent.c.

◆ m_fADSDeactivationPercentage

float SCR_2DOpticsComponentClass::m_fADSDeactivationPercentage
protected

Definition at line 91 of file SCR_2DOpticsComponent.c.

◆ m_fAnimationEnterTime

float SCR_2DOpticsComponentClass::m_fAnimationEnterTime
protected

Definition at line 46 of file SCR_2DOpticsComponent.c.

◆ m_fAnimationSpeedBlur

float SCR_2DOpticsComponentClass::m_fAnimationSpeedBlur
protected

Definition at line 49 of file SCR_2DOpticsComponent.c.

◆ m_fMisalignmentDampingSpeed

float SCR_2DOpticsComponentClass::m_fMisalignmentDampingSpeed
protected

Definition at line 53 of file SCR_2DOpticsComponent.c.

◆ m_fMisalignmentScale

float SCR_2DOpticsComponentClass::m_fMisalignmentScale
protected

Definition at line 74 of file SCR_2DOpticsComponent.c.

◆ m_fMotionBlurMax

float SCR_2DOpticsComponentClass::m_fMotionBlurMax
protected

Definition at line 83 of file SCR_2DOpticsComponent.c.

◆ m_fMotionBlurScale

float SCR_2DOpticsComponentClass::m_fMotionBlurScale
protected

Definition at line 80 of file SCR_2DOpticsComponent.c.

◆ m_fMovementDampingSpeed

float SCR_2DOpticsComponentClass::m_fMovementDampingSpeed
protected

Definition at line 65 of file SCR_2DOpticsComponent.c.

◆ m_fMovementScale

float SCR_2DOpticsComponentClass::m_fMovementScale
protected

Definition at line 62 of file SCR_2DOpticsComponent.c.

◆ m_fReticleOffsetInterpSpeed

float SCR_2DOpticsComponentClass::m_fReticleOffsetInterpSpeed
protected

Definition at line 97 of file SCR_2DOpticsComponent.c.

◆ m_fRollDampingSpeed

float SCR_2DOpticsComponentClass::m_fRollDampingSpeed
protected

Definition at line 71 of file SCR_2DOpticsComponent.c.

◆ m_fRollScale

float SCR_2DOpticsComponentClass::m_fRollScale
protected

Definition at line 68 of file SCR_2DOpticsComponent.c.

◆ m_fRotationDampingSpeed

float SCR_2DOpticsComponentClass::m_fRotationDampingSpeed
protected

Definition at line 59 of file SCR_2DOpticsComponent.c.

◆ m_fRotationScale

float SCR_2DOpticsComponentClass::m_fRotationScale
protected

Definition at line 56 of file SCR_2DOpticsComponent.c.

◆ m_fVignetteMoveSpeed

float SCR_2DOpticsComponentClass::m_fVignetteMoveSpeed
protected

Definition at line 77 of file SCR_2DOpticsComponent.c.

◆ m_fVignetteScale

float SCR_2DOpticsComponentClass::m_fVignetteScale
protected

Definition at line 30 of file SCR_2DOpticsComponent.c.

◆ m_iAnimationActivationDelay

int SCR_2DOpticsComponentClass::m_iAnimationActivationDelay
protected

Definition at line 40 of file SCR_2DOpticsComponent.c.

◆ m_iAnimationDeactivationDelay

int SCR_2DOpticsComponentClass::m_iAnimationDeactivationDelay
protected

Definition at line 43 of file SCR_2DOpticsComponent.c.

◆ m_ReticleColor

ref Color SCR_2DOpticsComponentClass::m_ReticleColor
protected

Definition at line 15 of file SCR_2DOpticsComponent.c.

◆ m_ReticleOutlineColor

ref Color SCR_2DOpticsComponentClass::m_ReticleOutlineColor
protected

Definition at line 18 of file SCR_2DOpticsComponent.c.

◆ m_sFilterTexture

ResourceName SCR_2DOpticsComponentClass::m_sFilterTexture
protected

Definition at line 27 of file SCR_2DOpticsComponent.c.

◆ m_sReticleGlowTexture

ResourceName SCR_2DOpticsComponentClass::m_sReticleGlowTexture
protected

Definition at line 9 of file SCR_2DOpticsComponent.c.

◆ m_sReticleTexture

ResourceName SCR_2DOpticsComponentClass::m_sReticleTexture
protected

Definition at line 6 of file SCR_2DOpticsComponent.c.

◆ m_vCameraAngles

vector SCR_2DOpticsComponentClass::m_vCameraAngles
protected

Definition at line 103 of file SCR_2DOpticsComponent.c.

◆ m_vCameraOffset

vector SCR_2DOpticsComponentClass::m_vCameraOffset
protected

Definition at line 100 of file SCR_2DOpticsComponent.c.

◆ precision

params SCR_2DOpticsComponentClass::precision
protected

Definition at line 23 of file SCR_2DOpticsComponent.c.


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