Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
pperintrochromabb.c
Go to the documentation of this file.
1
class
PPERequester_IntroChromAbb
extends
PPERequester_MenuBase
2
{
3
override
protected
void
OnStart
(
Param
par = null)
4
{
5
super.OnStart();
6
7
SetTargetValueFloat
(
PostProcessEffectType
.ChromAber,
PPEChromAber
.
PARAM_POWERX
,
false
,0.002,
PPEChromAber
.
L_0_INTRO
,
PPOperators
.SET);
8
SetTargetValueFloat
(
PostProcessEffectType
.ChromAber,
PPEChromAber
.
PARAM_POWERY
,
false
,0.002,
PPEChromAber
.
L_1_INTRO
,
PPOperators
.SET);
9
}
10
}
PPEChromAber
ChromAber - PostProcessEffectType.ChromAber.
Definition
ppechromaber.c:3
PPEChromAber::L_1_INTRO
static const int L_1_INTRO
Definition
ppechromaber.c:8
PPEChromAber::L_0_INTRO
static const int L_0_INTRO
Definition
ppechromaber.c:7
PPEChromAber::PARAM_POWERX
static const int PARAM_POWERX
Definition
ppechromaber.c:4
PPEChromAber::PARAM_POWERY
static const int PARAM_POWERY
Definition
ppechromaber.c:5
PPERequester_MenuBase
Definition
ppercontrollerdisconnectblur.c:2
PPERequester_MenuBase::OnStart
void OnStart(Param par=null)
Definition
pperintrochromabb.c:3
Param
Base Param Class with no parameters.
Definition
param.c:12
PostProcessEffectType
PostProcessEffectType
Post-process effect type.
Definition
enworld.c:72
PPOperators
PPOperators
PP operators, specify operation between subsequent layers.
Definition
ppeconstants.c:53
SetTargetValueFloat
void SetTargetValueFloat(int mat_id, int param_idx, bool relative, float val, int priority_layer, int operator=PPOperators.ADD_RELATIVE)
Definition
pperequestplatformsbase.c:588
Games
Dayz
scripts
3_game
ppemanager
requesters
pperintrochromabb.c
Generated by
1.17.0