DayZ 1.24
Loading...
Searching...
No Matches
PPERTutorial.c
Go to the documentation of this file.
2{
3 protected float m_Gauss;
4
5 override protected void OnStart(Param par = null)
6 {
7 super.OnStart();
8
9 m_Gauss = Param1<float>.Cast(par).param1;
10
12 }
13}
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)
GaussFilter - PostProcessEffectType.GaussFilter.
static const int L_0_TUTORIALS
static const int PARAM_INTENSITY
void OnStart(Param par=null)
Definition PPERTutorial.c:5
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...
Definition param.c:12
PostProcessEffectType
Post-process effect type.
Definition EnWorld.c:72