DIFF

class FryingPanSource

FryingPan Inventory_Base ItemBase InventoryItem EntityAI Entity ObjectTyped Object IEntity Managed

All members, including inherited

Constructors 2

void ~FryingPan()

Constants 5

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

Members 14

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
Referenced by RefreshAudioVisuals()
protected int PARTICLE_BAKING_DONE = ParticleList.COOKING_BAKING_DONE
Referenced by RefreshAudioVisuals()
protected int PARTICLE_DRYING_START = ParticleList.COOKING_DRYING_START
Referenced by RefreshAudioVisuals()
protected int PARTICLE_DRYING_DONE = ParticleList.COOKING_DRYING_DONE
Referenced by RefreshAudioVisuals()
protected int PARTICLE_BURNING_DONE = ParticleList.COOKING_BURNING_DONE
Referenced by RefreshAudioVisuals()
protected SoundOnVehicle m_SoundCooking

DEPRECATED

protected EffectSound m_SoundEffectCooking

DEPRECATED

protected string m_SoundPlaying = ""

DEPRECATED

Methods 19

override bool IsContainer()
override bool IsCookware()
override bool CanHaveTemperature()
override float GetQuantityNormalizedScripted()
override void SetActions()
override void EEDelete(EntityAI parent)
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 ParticleCookingStop()
protected void SoundCookingStart(string sound_name)

DEPRECATED

protected void SoundCookingStop()

DEPRECATED