|
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the documentation of this file.
13 override bool IsContainer()
20 return "emptyVessle_WaterBottle_SoundSet";
25 return "pour_HardGround_WatterBottle_SoundSet";
30 return "pour_SoftGround_WatterBottle_SoundSet";
35 return "pour_Water_WatterBottle_SoundSet";
40 return "pour_End_HardGround_WatterBottle_SoundSet";
45 return "pour_End_SoftGround_WatterBottle_SoundSet";
50 return "pour_End_Water_WatterBottle_SoundSet";
55 if( !super.CanPutInCargo(parent) ) {
return false;}
56 if ( parent && (parent.IsKindOf(
"WatterBottle")))
73 int rand =
Math.RandomInt(0, 10);
string GetEmptyingLoopSoundsetWater()
override void EEOnCECreate()
override void InsertAgent(int agent, float count=1)
string GetPouringSoundset()
override bool CanPutInCargo(EntityAI parent)
string GetEmptyingEndSoundsetWater()
string GetEmptyingLoopSoundsetHard()
string GetEmptyingEndSoundsetHard()
string GetEmptyingEndSoundsetSoft()
string GetEmptyingLoopSoundsetSoft()