DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
PPERBloodLoss.c
Go to the documentation of this file.
1class PPERequester_BloodLoss extends PPERequester_GameplayBase
2{
3 void SetBloodLossLevel(float level)
4 {
6 }
7}
PPOperators
PP operators, specify operation between subsequent layers.
protected void SetTargetValueFloat(int mat_id, int param_idx, bool relative, float val, int priority_layer, int operator=PPOperators.ADD_RELATIVE)
Glow - PostProcessEffectType.Glow.
Definition PPEGlow.c:8
static const int PARAM_SATURATION
Definition PPEGlow.c:31
static const int L_22_BLOODLOSS
Definition PPEGlow.c:50
base, not to be used directly, would lead to layering collisions!
void SetBloodLossLevel(float level)
PostProcessEffectType
Post-process effect type.
Definition EnWorld.c:72