Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_2DOpticsComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_2DOpticsComponentClass
class  SCR_2DOpticsComponent

Typedefs

typedef func OnSightsADSChanged

Functions

SCR_2DOpticsComponentClass ScriptedSightsComponentClass OnSightsADSChanged (bool inADS, float fov)
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 ()

Variables

ResourceName m_sReticleTexture
ResourceName m_sReticleGlowTexture
bool m_bHasIllumination
ref Color m_ReticleColor
ref Color m_ReticleOutlineColor
ref Color m_cReticleTextureIllumination
params __pad0__
params category
params precision
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

Typedef Documentation

◆ OnSightsADSChanged

Definition at line 288 of file SCR_2DOpticsComponent.c.

Function Documentation

◆ GetADSActivationPercentage()

float OnSightsADSChanged::GetADSActivationPercentage ( )
protected

Definition at line 155 of file SCR_2DOpticsComponent.c.

◆ GetADSDeactivationPercentage()

float OnSightsADSChanged::GetADSDeactivationPercentage ( )
protected

Definition at line 161 of file SCR_2DOpticsComponent.c.

◆ GetAnimationActivationDelay()

int OnSightsADSChanged::GetAnimationActivationDelay ( )
protected

Definition at line 259 of file SCR_2DOpticsComponent.c.

◆ GetAnimationDeactivationDelay()

int OnSightsADSChanged::GetAnimationDeactivationDelay ( )
protected

Definition at line 265 of file SCR_2DOpticsComponent.c.

◆ GetAnimationEnterTime()

float OnSightsADSChanged::GetAnimationEnterTime ( )
protected

Definition at line 271 of file SCR_2DOpticsComponent.c.

◆ GetAnimationSpeedBlur()

float OnSightsADSChanged::GetAnimationSpeedBlur ( )
protected

Definition at line 277 of file SCR_2DOpticsComponent.c.

◆ GetCameraAngles()

vector OnSightsADSChanged::GetCameraAngles ( )
protected

Definition at line 173 of file SCR_2DOpticsComponent.c.

◆ GetCameraOffset()

vector OnSightsADSChanged::GetCameraOffset ( )
protected

Definition at line 167 of file SCR_2DOpticsComponent.c.

◆ GetMisalignmentDampingSpeed()

float OnSightsADSChanged::GetMisalignmentDampingSpeed ( )
protected

Definition at line 239 of file SCR_2DOpticsComponent.c.

◆ GetMisalignmentScale()

float OnSightsADSChanged::GetMisalignmentScale ( )
protected

Definition at line 209 of file SCR_2DOpticsComponent.c.

◆ GetMotionBlurMax()

float OnSightsADSChanged::GetMotionBlurMax ( )
protected

Definition at line 227 of file SCR_2DOpticsComponent.c.

◆ GetMotionBlurScale()

float OnSightsADSChanged::GetMotionBlurScale ( )
protected

Definition at line 221 of file SCR_2DOpticsComponent.c.

◆ GetMovementDampingSpeed()

float OnSightsADSChanged::GetMovementDampingSpeed ( )
protected

Definition at line 191 of file SCR_2DOpticsComponent.c.

◆ GetMovementScale()

float OnSightsADSChanged::GetMovementScale ( )
protected

Definition at line 185 of file SCR_2DOpticsComponent.c.

◆ GetReticleColor()

Color OnSightsADSChanged::GetReticleColor ( )
protected

Definition at line 125 of file SCR_2DOpticsComponent.c.

◆ GetReticleIlluminationColor()

Color OnSightsADSChanged::GetReticleIlluminationColor ( )
protected

Definition at line 137 of file SCR_2DOpticsComponent.c.

◆ GetReticleOffsetInterpSpeed()

float OnSightsADSChanged::GetReticleOffsetInterpSpeed ( )
protected

Definition at line 149 of file SCR_2DOpticsComponent.c.

◆ GetReticleOutlineColor()

Color OnSightsADSChanged::GetReticleOutlineColor ( )
protected

Definition at line 131 of file SCR_2DOpticsComponent.c.

◆ GetReticleTextureGlowAlpha()

float OnSightsADSChanged::GetReticleTextureGlowAlpha ( )
protected

Definition at line 143 of file SCR_2DOpticsComponent.c.

◆ GetReticleTextures()

void OnSightsADSChanged::GetReticleTextures ( out ResourceName reticleTexture,
out ResourceName reticleTextureGlow,
out ResourceName filterTexture )
protected

Definition at line 251 of file SCR_2DOpticsComponent.c.

◆ GetRollDampingSpeed()

float OnSightsADSChanged::GetRollDampingSpeed ( )
protected

Definition at line 203 of file SCR_2DOpticsComponent.c.

◆ GetRollScale()

float OnSightsADSChanged::GetRollScale ( )
protected

Definition at line 197 of file SCR_2DOpticsComponent.c.

◆ GetRotationDampingSpeed()

float OnSightsADSChanged::GetRotationDampingSpeed ( )
protected

Definition at line 179 of file SCR_2DOpticsComponent.c.

◆ GetRotationScale()

float OnSightsADSChanged::GetRotationScale ( )
protected

Definition at line 245 of file SCR_2DOpticsComponent.c.

◆ GetVignetteMoveSpeed()

float OnSightsADSChanged::GetVignetteMoveSpeed ( )
protected

Definition at line 215 of file SCR_2DOpticsComponent.c.

◆ GetVignetteScale()

float OnSightsADSChanged::GetVignetteScale ( )
protected

Definition at line 233 of file SCR_2DOpticsComponent.c.

◆ GetZeroType()

SCR_EPIPZeroingType OnSightsADSChanged::GetZeroType ( )
protected

Definition at line 103 of file SCR_2DOpticsComponent.c.

◆ HasIllumination()

bool OnSightsADSChanged::HasIllumination ( )
protected

Definition at line 119 of file SCR_2DOpticsComponent.c.

◆ OnSightsADSChanged()

◆ ShouldHideParentCharacter()

bool OnSightsADSChanged::ShouldHideParentCharacter ( )
protected

Definition at line 113 of file SCR_2DOpticsComponent.c.

◆ ShouldHideParentObject()

bool OnSightsADSChanged::ShouldHideParentObject ( )
protected

Definition at line 108 of file SCR_2DOpticsComponent.c.

Variable Documentation

◆ __pad0__

params __pad0__
protected

Definition at line 19 of file SCR_2DOpticsComponent.c.

◆ category

params category
protected

Definition at line 19 of file SCR_2DOpticsComponent.c.

◆ m_bHasIllumination

bool m_bHasIllumination
protected

Definition at line 8 of file SCR_2DOpticsComponent.c.

◆ m_bShouldHideParentCharacter

bool m_bShouldHideParentCharacter
protected

Definition at line 32 of file SCR_2DOpticsComponent.c.

◆ m_bShouldHideParentObject

bool m_bShouldHideParentObject
protected

Definition at line 29 of file SCR_2DOpticsComponent.c.

◆ m_cReticleTextureIllumination

ref Color m_cReticleTextureIllumination
protected

Definition at line 17 of file SCR_2DOpticsComponent.c.

◆ m_eZeroingType

SCR_EPIPZeroingType m_eZeroingType
protected

Definition at line 90 of file SCR_2DOpticsComponent.c.

◆ m_fADSActivationPercentage

float m_fADSActivationPercentage
protected

Definition at line 83 of file SCR_2DOpticsComponent.c.

◆ m_fADSDeactivationPercentage

float m_fADSDeactivationPercentage
protected

Definition at line 87 of file SCR_2DOpticsComponent.c.

◆ m_fAnimationEnterTime

float m_fAnimationEnterTime
protected

Definition at line 42 of file SCR_2DOpticsComponent.c.

◆ m_fAnimationSpeedBlur

float m_fAnimationSpeedBlur
protected

Definition at line 45 of file SCR_2DOpticsComponent.c.

◆ m_fMisalignmentDampingSpeed

float m_fMisalignmentDampingSpeed
protected

Definition at line 49 of file SCR_2DOpticsComponent.c.

◆ m_fMisalignmentScale

float m_fMisalignmentScale
protected

Definition at line 70 of file SCR_2DOpticsComponent.c.

◆ m_fMotionBlurMax

float m_fMotionBlurMax
protected

Definition at line 79 of file SCR_2DOpticsComponent.c.

◆ m_fMotionBlurScale

float m_fMotionBlurScale
protected

Definition at line 76 of file SCR_2DOpticsComponent.c.

◆ m_fMovementDampingSpeed

float m_fMovementDampingSpeed
protected

Definition at line 61 of file SCR_2DOpticsComponent.c.

◆ m_fMovementScale

float m_fMovementScale
protected

Definition at line 58 of file SCR_2DOpticsComponent.c.

◆ m_fReticleOffsetInterpSpeed

float m_fReticleOffsetInterpSpeed
protected

Definition at line 93 of file SCR_2DOpticsComponent.c.

◆ m_fRollDampingSpeed

float m_fRollDampingSpeed
protected

Definition at line 67 of file SCR_2DOpticsComponent.c.

◆ m_fRollScale

float m_fRollScale
protected

Definition at line 64 of file SCR_2DOpticsComponent.c.

◆ m_fRotationDampingSpeed

float m_fRotationDampingSpeed
protected

Definition at line 55 of file SCR_2DOpticsComponent.c.

◆ m_fRotationScale

float m_fRotationScale
protected

Definition at line 52 of file SCR_2DOpticsComponent.c.

◆ m_fVignetteMoveSpeed

float m_fVignetteMoveSpeed
protected

Definition at line 73 of file SCR_2DOpticsComponent.c.

◆ m_fVignetteScale

float m_fVignetteScale
protected

Definition at line 26 of file SCR_2DOpticsComponent.c.

◆ m_iAnimationActivationDelay

int m_iAnimationActivationDelay
protected

Definition at line 36 of file SCR_2DOpticsComponent.c.

◆ m_iAnimationDeactivationDelay

int m_iAnimationDeactivationDelay
protected

Definition at line 39 of file SCR_2DOpticsComponent.c.

◆ m_ReticleColor

ref Color m_ReticleColor
protected

Definition at line 11 of file SCR_2DOpticsComponent.c.

◆ m_ReticleOutlineColor

ref Color m_ReticleOutlineColor
protected

Definition at line 14 of file SCR_2DOpticsComponent.c.

◆ m_sFilterTexture

ResourceName m_sFilterTexture
protected

Definition at line 23 of file SCR_2DOpticsComponent.c.

◆ m_sReticleGlowTexture

ResourceName m_sReticleGlowTexture
protected

Definition at line 5 of file SCR_2DOpticsComponent.c.

◆ m_sReticleTexture

ResourceName m_sReticleTexture
protected

Definition at line 2 of file SCR_2DOpticsComponent.c.

◆ m_vCameraAngles

vector m_vCameraAngles
protected

Definition at line 99 of file SCR_2DOpticsComponent.c.

◆ m_vCameraOffset

vector m_vCameraOffset
protected

Definition at line 96 of file SCR_2DOpticsComponent.c.

◆ precision

params precision
protected

Definition at line 19 of file SCR_2DOpticsComponent.c.