PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
FryingPan Class Reference

Private Member Functions

void FryingPan ()
 
void ~FryingPan ()
 
override bool IsContainer ()
 
override bool IsCookware ()
 
override bool CanHaveTemperature ()
 
override float GetQuantityNormalizedScripted ()
 
override bool CanPutInCargo (EntityAI parent)
 
override bool CanReceiveItemIntoCargo (EntityAI item)
 
override bool CanLoadItemIntoCargo (EntityAI item)
 
override void SetActions ()
 
override void EEDelete (EntityAI parent)
 
void Synchronize ()
 
override void OnVariablesSynchronized ()
 
override void RemoveAudioVisualsOnClient ()
 
override void RefreshAudioVisualsOnClient (CookingMethodType cooking_method, bool is_done, bool is_empty, bool is_burned)
 
void RefreshAudioVisuals (CookingMethodType cooking_method, bool is_done, bool is_empty, bool is_burned)
 
void RemoveAudioVisuals ()
 
void ParticleCookingStart (int particle_id)
 
void ParticleCookingStop ()
 
protected void SoundCookingStart (string sound_name)
 DEPRECATED.
 
protected void SoundCookingStop ()
 DEPRECATED.
 

Private Attributes

protected CookingMethodType m_CookingMethod
 
protected bool m_CookingIsDone
 
protected bool m_CookingIsEmpty
 
protected bool m_CookingIsBurned
 
protected Particle m_ParticleCooking
 
protected int m_ParticlePlaying = ParticleList.INVALID
 
protected int PARTICLE_BAKING_START = ParticleList.COOKING_BAKING_START
 
protected int PARTICLE_BAKING_DONE = ParticleList.COOKING_BAKING_DONE
 
protected int PARTICLE_DRYING_START = ParticleList.COOKING_DRYING_START
 
protected int PARTICLE_DRYING_DONE = ParticleList.COOKING_DRYING_DONE
 
protected int PARTICLE_BURNING_DONE = ParticleList.COOKING_BURNING_DONE
 
protected SoundOnVehicle m_SoundCooking
 
protected EffectSound m_SoundEffectCooking
 DEPRECATED.
 
protected string m_SoundPlaying = ""
 DEPRECATED.
 
const string SOUND_BAKING_START = "Baking_SoundSet"
 DEPRECATED.
 
const string SOUND_BAKING_DONE = "Baking_Done_SoundSet"
 DEPRECATED.
 
const string SOUND_DRYING_START = "Drying_SoundSet"
 DEPRECATED.
 
const string SOUND_DRYING_DONE = "Drying_Done_SoundSet"
 DEPRECATED.
 
const string SOUND_BURNING_DONE = "Food_Burning_SoundSet"
 DEPRECATED.
 

Constructor & Destructor Documentation

◆ FryingPan()

void FryingPan ( )
inlineprivate

◆ ~FryingPan()

void ~FryingPan ( )
inlineprivate

Member Function Documentation

◆ CanHaveTemperature()

override bool CanHaveTemperature ( )
inlineprivate

◆ CanLoadItemIntoCargo()

override bool CanLoadItemIntoCargo ( EntityAI  item)
inlineprivate

References IsCargoException4x3().

◆ CanPutInCargo()

override bool CanPutInCargo ( EntityAI  parent)
inlineprivate

References IsCargoException4x3().

◆ CanReceiveItemIntoCargo()

override bool CanReceiveItemIntoCargo ( EntityAI  item)
inlineprivate

References IsCargoException4x3().

◆ EEDelete()

override void EEDelete ( EntityAI  parent)
inlineprivate

References RemoveAudioVisuals().

◆ GetQuantityNormalizedScripted()

override float GetQuantityNormalizedScripted ( )
inlineprivate

◆ IsContainer()

override bool IsContainer ( )
inlineprivate

◆ IsCookware()

override bool IsCookware ( )
inlineprivate

◆ OnVariablesSynchronized()

override void OnVariablesSynchronized ( )
inlineprivate

◆ ParticleCookingStart()

void ParticleCookingStart ( int  particle_id)
inlineprivate

◆ ParticleCookingStop()

void ParticleCookingStop ( )
inlineprivate

◆ RefreshAudioVisuals()

void RefreshAudioVisuals ( CookingMethodType  cooking_method,
bool  is_done,
bool  is_empty,
bool  is_burned 
)
inlineprivate

◆ RefreshAudioVisualsOnClient()

override void RefreshAudioVisualsOnClient ( CookingMethodType  cooking_method,
bool  is_done,
bool  is_empty,
bool  is_burned 
)
inlineprivate

◆ RemoveAudioVisuals()

void RemoveAudioVisuals ( )
inlineprivate

◆ RemoveAudioVisualsOnClient()

override void RemoveAudioVisualsOnClient ( )
inlineprivate

References m_CookingMethod, and Synchronize().

◆ SetActions()

override void SetActions ( )
inlineprivate

◆ SoundCookingStart()

protected void SoundCookingStart ( string  sound_name)
private

DEPRECATED.

◆ SoundCookingStop()

protected void SoundCookingStop ( )
private

DEPRECATED.

◆ Synchronize()

void Synchronize ( )
inlineprivate

Field Documentation

◆ m_CookingIsBurned

protected bool m_CookingIsBurned
private

◆ m_CookingIsDone

protected bool m_CookingIsDone
private

◆ m_CookingIsEmpty

protected bool m_CookingIsEmpty
private

◆ m_CookingMethod

◆ m_ParticleCooking

protected Particle m_ParticleCooking
private

◆ m_ParticlePlaying

protected int m_ParticlePlaying = ParticleList.INVALID
private

◆ m_SoundCooking

protected SoundOnVehicle m_SoundCooking
private

◆ m_SoundEffectCooking

protected EffectSound m_SoundEffectCooking
private

DEPRECATED.

◆ m_SoundPlaying

protected string m_SoundPlaying = ""
private

DEPRECATED.

◆ PARTICLE_BAKING_DONE

protected int PARTICLE_BAKING_DONE = ParticleList.COOKING_BAKING_DONE
private

Referenced by RefreshAudioVisuals().

◆ PARTICLE_BAKING_START

protected int PARTICLE_BAKING_START = ParticleList.COOKING_BAKING_START
private

Referenced by RefreshAudioVisuals().

◆ PARTICLE_BURNING_DONE

protected int PARTICLE_BURNING_DONE = ParticleList.COOKING_BURNING_DONE
private

Referenced by RefreshAudioVisuals().

◆ PARTICLE_DRYING_DONE

protected int PARTICLE_DRYING_DONE = ParticleList.COOKING_DRYING_DONE
private

Referenced by RefreshAudioVisuals().

◆ PARTICLE_DRYING_START

protected int PARTICLE_DRYING_START = ParticleList.COOKING_DRYING_START
private

Referenced by RefreshAudioVisuals().

◆ SOUND_BAKING_DONE

const string SOUND_BAKING_DONE = "Baking_Done_SoundSet"
private

DEPRECATED.

◆ SOUND_BAKING_START

const string SOUND_BAKING_START = "Baking_SoundSet"
private

DEPRECATED.

◆ SOUND_BURNING_DONE

const string SOUND_BURNING_DONE = "Food_Burning_SoundSet"
private

DEPRECATED.

◆ SOUND_DRYING_DONE

const string SOUND_DRYING_DONE = "Drying_Done_SoundSet"
private

DEPRECATED.

◆ SOUND_DRYING_START

const string SOUND_DRYING_START = "Drying_SoundSet"
private

DEPRECATED.


The documentation for this class was generated from the following file: