|
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_Pot_SoundSet";
25 return "pour_HardGround_Pot_SoundSet";
30 return "pour_SoftGround_Pot_SoundSet";
35 return "pour_Water_Pot_SoundSet";
40 return "pour_End_HardGround_Pot_SoundSet";
45 return "pour_End_SoftGround_Pot_SoundSet";
50 return "pour_End_Water_Pot_SoundSet";
55 if ( !super.CanPutInCargo( parent ) )
62 if (parent && parent.GetInventory().IsCargoInHiearchy())
70 if ( !super.CanReceiveItemIntoCargo( item ) )
77 if (GetInventory().IsCargoInHiearchy())
85 if ( !super.CanLoadItemIntoCargo( item ) )
string GetEmptyingLoopSoundsetWater()
bool IsCargoException4x3(EntityAI item)
override bool CanReceiveItemIntoCargo(EntityAI item)
void RemoveAction(typename actionName)
string GetPouringSoundset()
override bool CanPutInCargo(EntityAI parent)
void AddAction(typename actionName)
string GetEmptyingEndSoundsetWater()
string GetEmptyingLoopSoundsetHard()
string GetEmptyingEndSoundsetHard()
string GetEmptyingEndSoundsetSoft()
override bool CanHaveWetness()
override bool CanLoadItemIntoCargo(EntityAI item)
string GetEmptyingLoopSoundsetSoft()