Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
ppenone.c
Go to the documentation of this file.
1
3{
4 override int GetPostProcessEffectID()
5 {
6 return PostProcessEffectType.None;
7 }
8
9 override string GetDefaultMaterialPath()
10 {
11 return "";
12 }
13};
Created once, on manager init. Script-side representation of C++ material class, separate handling.
Dummy class - PostProcessEffectType.None.
Definition ppenone.c:3
PostProcessEffectType
Post-process effect type.
Definition enworld.c:72