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