Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
FryingPan Class Reference
Inheritance diagram for FryingPan:
Inventory_Base

Protected Member Functions

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

Protected Attributes

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

Additional Inherited Members

Private Member Functions inherited from Inventory_Base
bool CanBeFilledAtPosition (vector position)
bool CanBeManipulated ()
override bool CanPutIntoHands (EntityAI parent)
override void EEItemLocationChanged (notnull InventoryLocation oldLoc, notnull InventoryLocation newLoc)
void Fill ()
void Fold ()
override string GetDeploySoundset ()
override string GetLoopDeploySoundset ()
int GetState ()
override bool HasProxyParts ()
void HescoBox ()
override bool IsDeployable ()
override void OnPlacementComplete (Man player, vector position="0 0 0", vector orientation="0 0 0")
override bool OnStoreLoad (ParamsReadContext ctx, int version)
override void OnStoreSave (ParamsWriteContext ctx)
override void OnVariablesSynchronized ()
void PlayDeployLoopSound ()
override void RefreshPhysics ()
void RefreshVisuals ()
override void SetActions ()
void SetState (int state)
void StopDeployLoopSound ()
 DEPRECATED.
void Synchronize ()
void Unfold ()
Private Attributes inherited from Inventory_Base
ref EffectSound m_DeployLoopSound
 DEPRECATED.
int m_State

Detailed Description

Definition at line 1 of file fryingpan.c.

Constructor & Destructor Documentation

◆ FryingPan()

void FryingPan ( )
inlineprotected

Definition at line 19 of file fryingpan.c.

◆ ~FryingPan()

void ~FryingPan ( )
inlineprotected

Definition at line 26 of file fryingpan.c.

Member Function Documentation

◆ CanHaveTemperature()

override bool CanHaveTemperature ( )
inlineprotected

Definition at line 38 of file fryingpan.c.

◆ CanLoadItemIntoCargo()

override bool CanLoadItemIntoCargo ( EntityAI item)
inlineprotected

Definition at line 90 of file fryingpan.c.

References IsCargoException4x3().

◆ CanPutInCargo()

override bool CanPutInCargo ( EntityAI parent)
inlineprotected

Definition at line 48 of file fryingpan.c.

References IsCargoException4x3().

◆ CanReceiveItemIntoCargo()

override bool CanReceiveItemIntoCargo ( EntityAI item)
inlineprotected

Definition at line 63 of file fryingpan.c.

References IsCargoException4x3().

◆ EEDelete()

override void EEDelete ( EntityAI parent)
inlineprotected

Definition at line 123 of file fryingpan.c.

References RemoveAudioVisuals().

◆ GetQuantityNormalizedScripted()

override float GetQuantityNormalizedScripted ( )
inlineprotected

Definition at line 43 of file fryingpan.c.

◆ IsContainer()

override bool IsContainer ( )
inlineprotected

Definition at line 28 of file fryingpan.c.

◆ IsCookware()

override bool IsCookware ( )
inlineprotected

Definition at line 33 of file fryingpan.c.

◆ OnVariablesSynchronized()

override void OnVariablesSynchronized ( )
inlineprotected

◆ ParticleCookingStart()

void ParticleCookingStart ( int particle_id)
inlineprotected

◆ ParticleCookingStop()

void ParticleCookingStop ( )
inlineprotected

◆ RefreshAudioVisuals()

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

◆ RefreshAudioVisualsOnClient()

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

◆ RemoveAudioVisuals()

void RemoveAudioVisuals ( )
inlineprotected

Definition at line 202 of file fryingpan.c.

References ParticleCookingStop().

Referenced by EEDelete(), and OnVariablesSynchronized().

◆ RemoveAudioVisualsOnClient()

override void RemoveAudioVisualsOnClient ( )
inlineprotected

Definition at line 154 of file fryingpan.c.

References m_CookingMethod, and Synchronize().

◆ SetActions()

override void SetActions ( )
inlineprotected

Definition at line 113 of file fryingpan.c.

References ActionAttach(), ActionDetach(), and AddAction().

◆ SoundCookingStart()

void SoundCookingStart ( string sound_name)
protected

DEPRECATED.

◆ SoundCookingStop()

void SoundCookingStop ( )
protected

DEPRECATED.

◆ Synchronize()

void Synchronize ( )
inlineprotected

Definition at line 131 of file fryingpan.c.

References g_Game.

Referenced by RefreshAudioVisualsOnClient(), and RemoveAudioVisualsOnClient().

Field Documentation

◆ m_CookingIsBurned

bool m_CookingIsBurned
protected

Definition at line 7 of file fryingpan.c.

Referenced by OnVariablesSynchronized(), and RefreshAudioVisualsOnClient().

◆ m_CookingIsDone

bool m_CookingIsDone
protected

Definition at line 5 of file fryingpan.c.

Referenced by OnVariablesSynchronized(), and RefreshAudioVisualsOnClient().

◆ m_CookingIsEmpty

bool m_CookingIsEmpty
protected

Definition at line 6 of file fryingpan.c.

Referenced by OnVariablesSynchronized(), and RefreshAudioVisualsOnClient().

◆ m_CookingMethod

CookingMethodType m_CookingMethod
protected

◆ m_ParticleCooking

Particle m_ParticleCooking
protected

Definition at line 10 of file fryingpan.c.

Referenced by ParticleCookingStart(), and ParticleCookingStop().

◆ m_ParticlePlaying

int m_ParticlePlaying = ParticleList.INVALID
protected

Definition at line 11 of file fryingpan.c.

Referenced by ParticleCookingStart(), and ParticleCookingStop().

◆ m_SoundCooking

SoundOnVehicle m_SoundCooking
protected

Definition at line 238 of file fryingpan.c.

◆ m_SoundEffectCooking

EffectSound m_SoundEffectCooking
protected

DEPRECATED.

Definition at line 239 of file fryingpan.c.

◆ m_SoundPlaying

string m_SoundPlaying = ""
protected

DEPRECATED.

Definition at line 240 of file fryingpan.c.

◆ PARTICLE_BAKING_DONE

int PARTICLE_BAKING_DONE = ParticleList.COOKING_BAKING_DONE
protected

Definition at line 14 of file fryingpan.c.

Referenced by RefreshAudioVisuals().

◆ PARTICLE_BAKING_START

int PARTICLE_BAKING_START = ParticleList.COOKING_BAKING_START
protected

Definition at line 13 of file fryingpan.c.

Referenced by RefreshAudioVisuals().

◆ PARTICLE_BURNING_DONE

int PARTICLE_BURNING_DONE = ParticleList.COOKING_BURNING_DONE
protected

Definition at line 17 of file fryingpan.c.

Referenced by RefreshAudioVisuals().

◆ PARTICLE_DRYING_DONE

int PARTICLE_DRYING_DONE = ParticleList.COOKING_DRYING_DONE
protected

Definition at line 16 of file fryingpan.c.

Referenced by RefreshAudioVisuals().

◆ PARTICLE_DRYING_START

int PARTICLE_DRYING_START = ParticleList.COOKING_DRYING_START
protected

Definition at line 15 of file fryingpan.c.

Referenced by RefreshAudioVisuals().

◆ SOUND_BAKING_DONE

const string SOUND_BAKING_DONE = "Baking_Done_SoundSet"
protected

DEPRECATED.

Definition at line 243 of file fryingpan.c.

◆ SOUND_BAKING_START

const string SOUND_BAKING_START = "Baking_SoundSet"
protected

DEPRECATED.

Definition at line 242 of file fryingpan.c.

◆ SOUND_BURNING_DONE

const string SOUND_BURNING_DONE = "Food_Burning_SoundSet"
protected

DEPRECATED.

Definition at line 246 of file fryingpan.c.

◆ SOUND_DRYING_DONE

const string SOUND_DRYING_DONE = "Drying_Done_SoundSet"
protected

DEPRECATED.

Definition at line 245 of file fryingpan.c.

◆ SOUND_DRYING_START

const string SOUND_DRYING_START = "Drying_SoundSet"
protected

DEPRECATED.

Definition at line 244 of file fryingpan.c.


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/entities/itembase/inventory_base/fryingpan.c