DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс CanisterGasoline
+ Граф наследования:CanisterGasoline:

Закрытые члены

override string GetPouringSoundset ()
 
override string GetEmptyingLoopSoundsetHard ()
 
override string GetEmptyingLoopSoundsetSoft ()
 
override string GetEmptyingLoopSoundsetWater ()
 
override string GetEmptyingEndSoundsetHard ()
 
override string GetEmptyingEndSoundsetSoft ()
 
override string GetEmptyingEndSoundsetWater ()
 
override float GetLiquidThroughputCoef ()
 
override bool CanPutInCargo (EntityAI parent)
 
override bool IsOpen ()
 
override float GetQuantityNormalizedScripted ()
 

Подробное описание

Методы

◆ CanPutInCargo()

override bool CanPutInCargo ( EntityAI parent)
inlineprivate
44 {
45 if (!super.CanPutInCargo(parent))
46 return false;
47
48 if (parent && (parent.IsKindOf("CanisterGasoline")))
49 return false;
50
51 return true;
52 }
Definition EntityAI.c:95

◆ GetEmptyingEndSoundsetHard()

override string GetEmptyingEndSoundsetHard ( )
inlineprivate
24 {
25 return "pour_End_HardGround_GasolineCanister_SoundSet";
26 }

◆ GetEmptyingEndSoundsetSoft()

override string GetEmptyingEndSoundsetSoft ( )
inlineprivate
29 {
30 return "pour_End_SoftGround_GasolineCanister_SoundSet";
31 }

◆ GetEmptyingEndSoundsetWater()

override string GetEmptyingEndSoundsetWater ( )
inlineprivate
34 {
35 return "pour_End_Water_GasolineCanister_SoundSet";
36 }

◆ GetEmptyingLoopSoundsetHard()

override string GetEmptyingLoopSoundsetHard ( )
inlineprivate
9 {
10 return "pour_HardGround_GasolineCanister_SoundSet";
11 }

◆ GetEmptyingLoopSoundsetSoft()

override string GetEmptyingLoopSoundsetSoft ( )
inlineprivate
14 {
15 return "pour_SoftGround_GasolineCanister_SoundSet";
16 }

◆ GetEmptyingLoopSoundsetWater()

override string GetEmptyingLoopSoundsetWater ( )
inlineprivate
19 {
20 return "pour_Water_GasolineCanister_SoundSet";
21 }

◆ GetLiquidThroughputCoef()

override float GetLiquidThroughputCoef ( )
inlineprivate
39 {
41 }
const float LIQUID_THROUGHPUT_GASOLINECANISTER
Definition constants.c:548

Перекрестные ссылки LIQUID_THROUGHPUT_GASOLINECANISTER.

◆ GetPouringSoundset()

override string GetPouringSoundset ( )
inlineprivate
4 {
5 return "emptyVessle_CanisterGasoline_SoundSet";
6 }

◆ GetQuantityNormalizedScripted()

override float GetQuantityNormalizedScripted ( )
inlineprivate
60 {
61 return 1.0;
62 }

◆ IsOpen()

override bool IsOpen ( )
inlineprivate
55 {
56 return true;
57 }

Объявления и описания членов класса находятся в файле: