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