![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Deprecated; 'PPEManager' used instead. More...
Static Private Member Functions | |
| static void | AddPPMask (float ndcX, float ndcY, float ndcRadius, float ndcBlur) |
| static void | DisableBurlapSackBlindness () |
| static void | EnableBurlapSackBlindness () |
| static void | FlashbangEffect (float value) |
| static void | HitEffect (float value) |
| static void | Init () |
| static void | OverrideDOF (bool enable, float focusDistance, float focusLength, float focusLengthNear, float blur, float focusDepthOffset) |
| static void | PerformSetLensEffect (float lens, float chromAbb, float centerX, float centerY) |
| added for convenience | |
| static int | RegisterBlurEffect () |
| static int | RegisterChromAbbEffect () |
| static int | RegisterColorEffect () |
| static int | RegisterVignetteEffect () |
| static void | ResetAll () |
| static void | ResetBlurEffects () |
| static void | ResetChromAbbEffects () |
| static void | ResetColorEffects () |
| static void | ResetColorize () |
| static void | ResetDOFOverride () |
| static void | ResetLensEffect () |
| static void | ResetPPMask () |
| static void | ResetRadialBlur () |
| static void | ResetVignettes () |
| static void | SetBloodSaturation (float value) |
| static void | SetBloom (float thres, float steep, float inten) |
| static void | SetBlur (float value) |
| sets blur effect to an absolute value between 0..1 | |
| static void | SetBlurDrunk (float value) |
| Set blur drunk effect to a specified 'value' between 0..1. | |
| static void | SetBlurFever (float value) |
| Set blur drunk effect to a specified 'value' between 0..1. | |
| static void | SetBlurFlashbang (float value) |
| Set blur flashbang hit effect to a specified 'value' between 0..1. | |
| static void | SetBlurInventory (float value) |
| Set blur inventory effect to a specified 'value' between 0..1. | |
| static void | SetBlurMenu (float value) |
| Set menu blur to a specified 'value' between 0..1. | |
| static void | SetBlurOptics (float value) |
| Set optics and ironsights blur to a specified 'value' between 0..1. | |
| static void | SetBlurShock (float value) |
| static void | SetBlurValue (int index, float value) |
| static void | SetChromAbb (float value) |
| static void | SetChromAbbOptic (float value) |
| static void | SetChromAbbValue (int index, float value) |
| static void | SetColorizationNV (float r, float g, float b) |
| static void | SetColorValue (int index, float r, float g, float b, float a, float overlay) |
| static void | SetDeathDarkening (float value) |
| static void | SetEVValuePP (float value) |
| static void | SetLensEffect (float lens, float chromAbb, float centerX, float centerY) |
| set lens effect | |
| static void | SetMenuVignette (float value) |
| static void | SetNVParams (float light_mult, float noise_intensity, float sharpness, float grain_size) |
| static void | SetRadialBlur (float powerX, float powerY, float offsetX, float offsetY) |
| sets blur effect to an absolute value between 0..1 | |
| static void | SetShockEffectColor (float value) |
| static void | SetShockVignette (float value) |
| static void | SetTunnelVignette (float value) |
| static void | SetUnconsciousnessVignette (float value) |
| static void | SetVignette (float intensity, float R, float G, float B, float A) |
| set vignette | |
| static void | SetVignetteEffectValue (int index, float intensity, float r, float g, float b, float a) |
| static void | UpdateBlur () |
| updates the blur post process effect where the resulting blur is an aggregate of all individual blur effect values | |
| static void | UpdateChromAbb () |
| updates the chromatic abberation post process effect where the resulting chromabb is an aggregate of all individual chromabb effect values | |
| static void | UpdateColor () |
| static void | UpdateColorize () |
| static void | UpdateSaturation () |
| static void | UpdateVignette () |
Static Private Attributes | |
| static const float | COLOR_SHOCK = 0.1 |
| static const int | COLORIZE_NV = 100 |
| static float | m_BloodSaturation |
| static int | m_BlurDrunk |
| static int | m_BlurFever |
| static int | m_BlurFlashbang |
| static int | m_BlurInventory |
| static int | m_BlurMenu |
| static int | m_BlurOptics |
| static int | m_BlurShock |
| static ref array< float > | m_BlurValues |
| static int | m_BurlapBlindness |
| static int | m_ChromAbbOptic |
| static ref array< float > | m_ChromAbbValues |
| static ref array< float > | m_ColorEffect |
| static ref map< int, ref array< float > > | m_ColorizeEffects |
| static float | m_ColorOverlayTotal |
| static ref map< int, ref array< float > > | m_ColorValues |
| static float | m_ColorValueTotal [4] = {0,0,0,0} |
| static int | m_DyingEffect |
| static Material | m_MatColors |
| static Material | m_RadialBlur |
| static int | m_ShockEffect |
| static ref array< int > | m_VignetteEffects |
| static int | m_VignetteMenu |
| static int | m_VignetteShock |
| static int | m_VignetteTunnel |
| static int | m_VignetteUnconscious |
| static ref map< int, ref array< float > > | m_VignetteValues |
Deprecated; 'PPEManager' used instead.
Definition at line 2 of file ppeffects.c.
Definition at line 508 of file ppeffects.c.
References g_Game.
|
inlinestaticprivate |
Definition at line 577 of file ppeffects.c.
References g_Game, m_BurlapBlindness, SetColorValue(), and UpdateColor().
|
inlinestaticprivate |
Definition at line 570 of file ppeffects.c.
References g_Game, m_BurlapBlindness, SetColorValue(), and UpdateColor().
|
inlinestaticprivate |
Definition at line 558 of file ppeffects.c.
References Math::Clamp(), Math::Lerp(), m_ColorValueTotal, and m_MatColors.
|
inlinestaticprivate |
Definition at line 528 of file ppeffects.c.
References Math::Clamp(), Math::Lerp(), m_ColorValueTotal, and m_MatColors.
|
inlinestaticprivate |
Definition at line 52 of file ppeffects.c.
References COLORIZE_NV, g_Game, m_BlurDrunk, m_BlurFever, m_BlurFlashbang, m_BlurInventory, m_BlurMenu, m_BlurOptics, m_BlurValues, m_BurlapBlindness, m_ChromAbbOptic, m_ChromAbbValues, m_ColorEffect, m_ColorizeEffects, m_ColorValues, m_DyingEffect, m_MatColors, m_RadialBlur, m_ShockEffect, m_VignetteEffects, m_VignetteMenu, m_VignetteShock, m_VignetteTunnel, m_VignetteUnconscious, m_VignetteValues, RegisterBlurEffect(), RegisterChromAbbEffect(), RegisterColorEffect(), and RegisterVignetteEffect().
Referenced by DayZIntroScene::DayZIntroScene(), DayZIntroSceneXbox::DayZIntroSceneXbox(), and MissionBase::OnInit().
|
inlinestaticprivate |
added for convenience
Definition at line 419 of file ppeffects.c.
References m_MatColors, and SetChromAbbOptic().
Referenced by SetLensEffect().
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
Definition at line 744 of file ppeffects.c.
References ResetBlurEffects(), ResetColorEffects(), ResetColorize(), ResetDOFOverride(), ResetLensEffect(), ResetPPMask(), ResetVignettes(), and SetBloodSaturation().
|
inlinestaticprivate |
Definition at line 120 of file ppeffects.c.
References m_BlurValues, and UpdateBlur().
Referenced by ResetAll().
|
inlinestaticprivate |
Definition at line 260 of file ppeffects.c.
References m_ChromAbbValues, and UpdateChromAbb().
|
inlinestaticprivate |
Definition at line 343 of file ppeffects.c.
References m_ColorEffect, m_ColorValues, and UpdateColor().
Referenced by ResetAll().
|
inlinestaticprivate |
Definition at line 706 of file ppeffects.c.
References m_MatColors.
Referenced by ResetAll(), and UpdateColorize().
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
Definition at line 132 of file ppeffects.c.
References SetRadialBlur().
|
inlinestaticprivate |
Definition at line 489 of file ppeffects.c.
References m_VignetteValues, and UpdateVignette().
Referenced by ResetAll().
|
inlinestaticprivate |
Definition at line 640 of file ppeffects.c.
References m_BloodSaturation, and UpdateSaturation().
Referenced by ResetAll().
Definition at line 737 of file ppeffects.c.
References m_MatColors.
|
inlinestaticprivate |
sets blur effect to an absolute value between 0..1
Definition at line 168 of file ppeffects.c.
References g_Game, and Material::SetParam().
Referenced by UpdateBlur().
|
inlinestaticprivate |
Set blur drunk effect to a specified 'value' between 0..1.
Definition at line 204 of file ppeffects.c.
References m_BlurDrunk, SetBlurValue(), and UpdateBlur().
|
inlinestaticprivate |
Set blur drunk effect to a specified 'value' between 0..1.
Definition at line 212 of file ppeffects.c.
References m_BlurFever, SetBlurValue(), and UpdateBlur().
|
inlinestaticprivate |
Set blur flashbang hit effect to a specified 'value' between 0..1.
Definition at line 236 of file ppeffects.c.
References m_BlurFlashbang, SetBlurValue(), and UpdateBlur().
|
inlinestaticprivate |
Set blur inventory effect to a specified 'value' between 0..1.
Definition at line 197 of file ppeffects.c.
References m_BlurInventory, SetBlurValue(), and UpdateBlur().
|
inlinestaticprivate |
Set menu blur to a specified 'value' between 0..1.
Definition at line 220 of file ppeffects.c.
References m_BlurMenu, SetBlurValue(), and UpdateBlur().
|
inlinestaticprivate |
Set optics and ironsights blur to a specified 'value' between 0..1.
Definition at line 228 of file ppeffects.c.
References m_BlurOptics, SetBlurValue(), and UpdateBlur().
|
inlinestaticprivate |
Definition at line 242 of file ppeffects.c.
References m_BlurShock, SetBlurValue(), and UpdateBlur().
Definition at line 137 of file ppeffects.c.
References m_BlurValues, and Print().
Referenced by SetBlurDrunk(), SetBlurFever(), SetBlurFlashbang(), SetBlurInventory(), SetBlurMenu(), SetBlurOptics(), and SetBlurShock().
|
inlinestaticprivate |
Definition at line 284 of file ppeffects.c.
References g_Game, and m_MatColors.
Referenced by UpdateChromAbb().
|
inlinestaticprivate |
Definition at line 312 of file ppeffects.c.
References m_ChromAbbOptic, SetChromAbbValue(), and UpdateChromAbb().
Referenced by PerformSetLensEffect().
Definition at line 272 of file ppeffects.c.
References m_ChromAbbValues, and Print().
Referenced by SetChromAbbOptic().
Definition at line 659 of file ppeffects.c.
References COLORIZE_NV, m_ColorizeEffects, and UpdateColorize().
|
inlinestaticprivate |
Definition at line 356 of file ppeffects.c.
References m_ColorEffect, m_ColorValues, and Print().
Referenced by DisableBurlapSackBlindness(), EnableBurlapSackBlindness(), SetDeathDarkening(), and SetShockEffectColor().
|
inlinestaticprivate |
Definition at line 584 of file ppeffects.c.
References Math::Clamp(), m_DyingEffect, SetColorValue(), SetEVValuePP(), and UpdateColor().
|
inlinestaticprivate |
set lens effect
| lens | <-5, 5>, 0 = disable (performance plus), > 0 = outside effect, < 0 inside effect |
| chromAbb | <0, 1>, chromaticity, 1 = max, 0 disable (performance plus) |
| centerX | <-1, 1>, center of effect, 0 = screen center in X |
| centerY | <-1, 1>, center of effect, 0 = screen center in Y |
Definition at line 413 of file ppeffects.c.
References PerformSetLensEffect().
Referenced by ResetLensEffect().
|
inlinestaticprivate |
Definition at line 483 of file ppeffects.c.
References m_VignetteMenu, SetVignetteEffectValue(), and UpdateVignette().
|
inlinestaticprivate |
Definition at line 724 of file ppeffects.c.
References g_Game, and Material::SetParam().
sets blur effect to an absolute value between 0..1
Definition at line 156 of file ppeffects.c.
References g_Game, and m_RadialBlur.
Referenced by ResetRadialBlur().
|
inlinestaticprivate |
Definition at line 549 of file ppeffects.c.
References COLOR_SHOCK, m_ShockEffect, SetColorValue(), and UpdateColor().
|
inlinestaticprivate |
Definition at line 471 of file ppeffects.c.
References m_VignetteShock, SetVignetteEffectValue(), and UpdateVignette().
|
inlinestaticprivate |
Definition at line 477 of file ppeffects.c.
References m_VignetteTunnel, SetVignetteEffectValue(), and UpdateVignette().
|
inlinestaticprivate |
Definition at line 465 of file ppeffects.c.
References m_VignetteUnconscious, SetVignetteEffectValue(), and UpdateVignette().
set vignette
| intensity | <0, 1>, intensity of effect, 0 = disable |
| R | |
| G | |
| B |
Definition at line 434 of file ppeffects.c.
References A, B, m_MatColors, and R.
Referenced by UpdateVignette().
|
inlinestaticprivate |
Definition at line 446 of file ppeffects.c.
References m_VignetteEffects, m_VignetteValues, and Print().
Referenced by SetMenuVignette(), SetShockVignette(), SetTunnelVignette(), and SetUnconsciousnessVignette().
|
inlinestaticprivate |
updates the blur post process effect where the resulting blur is an aggregate of all individual blur effect values
Definition at line 182 of file ppeffects.c.
References m_BlurValues, and SetBlur().
Referenced by ResetBlurEffects(), SetBlurDrunk(), SetBlurFever(), SetBlurFlashbang(), SetBlurInventory(), SetBlurMenu(), SetBlurOptics(), and SetBlurShock().
|
inlinestaticprivate |
updates the chromatic abberation post process effect where the resulting chromabb is an aggregate of all individual chromabb effect values
Definition at line 298 of file ppeffects.c.
References m_ChromAbbValues, and SetChromAbb().
Referenced by ResetChromAbbEffects(), and SetChromAbbOptic().
|
inlinestaticprivate |
Definition at line 375 of file ppeffects.c.
References g_Game, m_ColorOverlayTotal, m_ColorValues, m_ColorValueTotal, and m_MatColors.
Referenced by DisableBurlapSackBlindness(), EnableBurlapSackBlindness(), ResetColorEffects(), SetDeathDarkening(), and SetShockEffectColor().
|
inlinestaticprivate |
Definition at line 666 of file ppeffects.c.
References m_ColorizeEffects, m_MatColors, and ResetColorize().
Referenced by SetColorizationNV().
|
inlinestaticprivate |
Definition at line 595 of file ppeffects.c.
References m_BloodSaturation, and m_MatColors.
Referenced by SetBloodSaturation().
|
inlinestaticprivate |
Definition at line 600 of file ppeffects.c.
References m_VignetteEffects, m_VignetteValues, and SetVignette().
Referenced by ResetVignettes(), SetMenuVignette(), SetShockVignette(), SetTunnelVignette(), and SetUnconsciousnessVignette().
|
staticprivate |
Definition at line 8 of file ppeffects.c.
Referenced by SetShockEffectColor().
|
staticprivate |
Definition at line 5 of file ppeffects.c.
Referenced by Init(), and SetColorizationNV().
|
staticprivate |
Definition at line 33 of file ppeffects.c.
Referenced by SetBloodSaturation(), and UpdateSaturation().
|
staticprivate |
Definition at line 14 of file ppeffects.c.
Referenced by Init(), and SetBlurDrunk().
|
staticprivate |
Definition at line 15 of file ppeffects.c.
Referenced by Init(), and SetBlurFever().
|
staticprivate |
Definition at line 18 of file ppeffects.c.
Referenced by Init(), and SetBlurFlashbang().
|
staticprivate |
Definition at line 13 of file ppeffects.c.
Referenced by Init(), and SetBlurInventory().
|
staticprivate |
Definition at line 16 of file ppeffects.c.
Referenced by Init(), and SetBlurMenu().
|
staticprivate |
Definition at line 17 of file ppeffects.c.
Referenced by Init(), and SetBlurOptics().
|
staticprivate |
Definition at line 19 of file ppeffects.c.
Referenced by SetBlurShock().
Definition at line 35 of file ppeffects.c.
Referenced by Init(), RegisterBlurEffect(), ResetBlurEffects(), SetBlurValue(), and UpdateBlur().
|
staticprivate |
Definition at line 21 of file ppeffects.c.
Referenced by DisableBurlapSackBlindness(), EnableBurlapSackBlindness(), and Init().
|
staticprivate |
Definition at line 25 of file ppeffects.c.
Referenced by Init(), and SetChromAbbOptic().
Definition at line 36 of file ppeffects.c.
Referenced by Init(), RegisterChromAbbEffect(), ResetChromAbbEffects(), SetChromAbbValue(), and UpdateChromAbb().
Definition at line 40 of file ppeffects.c.
Referenced by Init(), RegisterColorEffect(), ResetColorEffects(), and SetColorValue().
Definition at line 41 of file ppeffects.c.
Referenced by Init(), SetColorizationNV(), and UpdateColorize().
|
staticprivate |
Definition at line 47 of file ppeffects.c.
Referenced by UpdateColor().
Definition at line 39 of file ppeffects.c.
Referenced by Init(), ResetColorEffects(), SetColorValue(), and UpdateColor().
|
staticprivate |
Definition at line 46 of file ppeffects.c.
Referenced by FlashbangEffect(), HitEffect(), and UpdateColor().
|
staticprivate |
Definition at line 22 of file ppeffects.c.
Referenced by Init(), and SetDeathDarkening().
|
staticprivate |
Definition at line 49 of file ppeffects.c.
Referenced by FlashbangEffect(), HitEffect(), Init(), PerformSetLensEffect(), ResetColorize(), SetBloom(), SetChromAbb(), SetVignette(), UpdateColor(), UpdateColorize(), and UpdateSaturation().
|
staticprivate |
Definition at line 50 of file ppeffects.c.
Referenced by Init(), and SetRadialBlur().
|
staticprivate |
Definition at line 23 of file ppeffects.c.
Referenced by Init(), and SetShockEffectColor().
Definition at line 37 of file ppeffects.c.
Referenced by Init(), RegisterVignetteEffect(), SetVignetteEffectValue(), and UpdateVignette().
|
staticprivate |
Definition at line 31 of file ppeffects.c.
Referenced by Init(), and SetMenuVignette().
|
staticprivate |
Definition at line 29 of file ppeffects.c.
Referenced by Init(), and SetShockVignette().
|
staticprivate |
Definition at line 30 of file ppeffects.c.
Referenced by Init(), and SetTunnelVignette().
|
staticprivate |
Definition at line 28 of file ppeffects.c.
Referenced by Init(), and SetUnconsciousnessVignette().
Definition at line 38 of file ppeffects.c.
Referenced by Init(), ResetVignettes(), SetVignetteEffectValue(), and UpdateVignette().