![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | DepthOfFieldTypes { NONE , SIMPLE , BOKEH } |
Functions | |
| override void | DisplayStartDraw (IEntity owner) |
| override void | SettingsChanged () |
| override void | DisplayControlledEntityChanged (IEntity from, IEntity to) |
| override void | DisplayOnSuspended () |
| override void | DisplayOnResumed () |
| override void | UpdateEffect (float timeSlice) |
| bool | IsNearDOFAllowed (out bool forceSimpleDOF) |
| DepthOfFieldTypes | GetDOFType (out bool isNearDOFAllowed, bool settingsChanged=false) |
| void | ToggleForcedSimpleDOF (bool forceSimpleDOF) |
| void | AddDOFBokehEffect (bool nearDofAllowed) |
| void | AddDOFEffect (float timeslice, bool nearDofAllowed) |
| override void | ClearEffects () |
Variables | |
| enum DepthOfFieldTypes | FOCUSDISTANCE_MULTIPIER = 30 |
| const int | FOCALLENGTH_MAX = 5000 |
| int | m_iFocalLengthNearIntensity |
| const float | FOCALDISTANCE_INTENSITY = 0.3 |
| const float | STANDARD_FOCALCHANGE_NEAR = 0.25 |
| const int | SIMPLEDOF_FOCALCHANGE_MAX = 10000 |
| const int | SIMPLEDOF_EFFECT_MAX = 1500 |
| const float | DOF_START_OPACITY = 0.7 |
| const float | DOF_FADEIN_OPACITY_TARGET = 1 |
| const float | DOFOUT_OPACITY_FADEOUT_DURATION = 2 |
| const float | DOFOUT_PROGRESSION_FADEOUT_DURATION = 1 |
| const string | DOF_NORMAL_EMAT = "{403795B9349EA61C}UI/Materials/ScreenEffects_DepthOfFieldPP.emat" |
| int | m_iCustomFocusDistanceScale |
| bool | m_bForceSimpleToggle |
| const string | DOF_BOKEH_EMAT = "{5CFBB3297D669D9C}UI/Materials/ScreenEffects_DepthOfFieldBokehPP.emat" |
| ChimeraCharacter | m_pCharacterEntity |
| SightsComponent | m_SightsComponent |
| enum DepthOfFieldTypes |
| Enumerator | |
|---|---|
| NONE | |
| SIMPLE | |
| BOKEH | |
Definition at line 1 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 295 of file SCR_DepthOfFieldEffect.c.
Definition at line 321 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 352 of file SCR_DepthOfFieldEffect.c.
Definition at line 107 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 121 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 114 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 66 of file SCR_DepthOfFieldEffect.c.
|
protected |
| [out] | IsNearDOFAllowed | Returns whether this weapon forces simple DOF |
| [in] | settingsChanged | Check sights even if they are the same in case settings change |
Definition at line 201 of file SCR_DepthOfFieldEffect.c.
| [out] | forceSimpleDOF | Returns whether this weapon forces simple DOF return Whether nearby DOF is allowed by the PIP settings |
Definition at line 150 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 73 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 276 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 127 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 46 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 24 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 38 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 23 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 30 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 31 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 18 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 13 of file SCR_DepthOfFieldEffect.c.
| enum DepthOfFieldTypes FOCUSDISTANCE_MULTIPIER = 30 |
|
protected |
Definition at line 44 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 43 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 15 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 62 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 63 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 21 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 20 of file SCR_DepthOfFieldEffect.c.
|
protected |
Definition at line 19 of file SCR_DepthOfFieldEffect.c.