Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
vodka.c
Go to the documentation of this file.
2override string GetPouringSoundset()
3 {
4 return "emptyVessle_WaterBottle_SoundSet";
5 }
6
7 override string GetEmptyingLoopSoundsetHard()
8 {
9 return "pour_HardGround_WatterBottle_SoundSet";
10 }
11
12 override string GetEmptyingLoopSoundsetSoft()
13 {
14 return "pour_SoftGround_WatterBottle_SoundSet";
15 }
16
17 override string GetEmptyingLoopSoundsetWater()
18 {
19 return "pour_Water_WatterBottle_SoundSet";
20 }
21
22 override string GetEmptyingEndSoundsetHard()
23 {
24 return "pour_End_HardGround_WatterBottle_SoundSet";
25 }
26
27 override string GetEmptyingEndSoundsetSoft()
28 {
29 return "pour_End_SoftGround_WatterBottle_SoundSet";
30 }
31
32 override string GetEmptyingEndSoundsetWater()
33 {
34 return "pour_End_Water_WatterBottle_SoundSet";
35 }
36}