Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
bottle_base.c File Reference

Go to the source code of this file.

Enumerations

enum  SoundTypeBottle { POURING = 1 , EMPTYING = 0 }
 

Variables

enum SoundTypeBottle m_ParticleCooking
 
int m_ParticlePlaying = ParticleList.INVALID
 
int PARTICLE_BOILING_EMPTY = ParticleList.COOKING_BOILING_EMPTY
 
int PARTICLE_BOILING_START = ParticleList.COOKING_BOILING_START
 
int PARTICLE_BOILING_DONE = ParticleList.COOKING_BOILING_DONE
 
int PARTICLE_BAKING_START = ParticleList.COOKING_BAKING_START
 
int PARTICLE_BAKING_DONE = ParticleList.COOKING_BAKING_DONE
 
int PARTICLE_DRYING_START = ParticleList.COOKING_DRYING_START
 
int PARTICLE_DRYING_DONE = ParticleList.COOKING_DRYING_DONE
 
int PARTICLE_BURNING_DONE = ParticleList.COOKING_BURNING_DONE
 
EffectSound m_PouringLoopSound
 
EffectSound m_EmptyingLoopSound
 
CookingMethodType m_CookingMethod
 
bool m_CookingIsDone
 
bool m_CookingIsEmpty
 
bool m_CookingIsBurned
 
const string SOUND_BOILING_EMPTY = "Boiling_SoundSet"
 
float m_LiquidEmptyRate
 

Enumeration Type Documentation

◆ SoundTypeBottle

Enumerator
POURING 
EMPTYING 

Definition at line 1 of file bottle_base.c.

Variable Documentation

◆ m_CookingIsBurned

bool m_CookingIsBurned
protected

Definition at line 34 of file bottle_base.c.

◆ m_CookingIsDone

bool m_CookingIsDone
protected

Definition at line 32 of file bottle_base.c.

◆ m_CookingIsEmpty

bool m_CookingIsEmpty
protected

Definition at line 33 of file bottle_base.c.

◆ m_CookingMethod

CookingMethodType m_CookingMethod
protected

Definition at line 31 of file bottle_base.c.

◆ m_EmptyingLoopSound

EffectSound m_EmptyingLoopSound
protected

Definition at line 28 of file bottle_base.c.

◆ m_LiquidEmptyRate

float m_LiquidEmptyRate
protected

Definition at line 39 of file bottle_base.c.

◆ m_ParticleCooking

enum SoundTypeBottle m_ParticleCooking

◆ m_ParticlePlaying

int m_ParticlePlaying = ParticleList.INVALID
protected

Definition at line 11 of file bottle_base.c.

◆ m_PouringLoopSound

EffectSound m_PouringLoopSound
protected

Definition at line 27 of file bottle_base.c.

◆ PARTICLE_BAKING_DONE

int PARTICLE_BAKING_DONE = ParticleList.COOKING_BAKING_DONE
protected

Definition at line 19 of file bottle_base.c.

◆ PARTICLE_BAKING_START

int PARTICLE_BAKING_START = ParticleList.COOKING_BAKING_START
protected

Definition at line 18 of file bottle_base.c.

◆ PARTICLE_BOILING_DONE

int PARTICLE_BOILING_DONE = ParticleList.COOKING_BOILING_DONE
protected

Definition at line 16 of file bottle_base.c.

◆ PARTICLE_BOILING_EMPTY

int PARTICLE_BOILING_EMPTY = ParticleList.COOKING_BOILING_EMPTY
protected

Definition at line 14 of file bottle_base.c.

◆ PARTICLE_BOILING_START

int PARTICLE_BOILING_START = ParticleList.COOKING_BOILING_START
protected

Definition at line 15 of file bottle_base.c.

◆ PARTICLE_BURNING_DONE

int PARTICLE_BURNING_DONE = ParticleList.COOKING_BURNING_DONE
protected

Definition at line 24 of file bottle_base.c.

◆ PARTICLE_DRYING_DONE

int PARTICLE_DRYING_DONE = ParticleList.COOKING_DRYING_DONE
protected

Definition at line 22 of file bottle_base.c.

◆ PARTICLE_DRYING_START

int PARTICLE_DRYING_START = ParticleList.COOKING_DRYING_START
protected

Definition at line 21 of file bottle_base.c.

◆ SOUND_BOILING_EMPTY

const string SOUND_BOILING_EMPTY = "Boiling_SoundSet"
protected

Definition at line 37 of file bottle_base.c.