![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 |
Definition at line 1 of file fryingpan.c.
|
inlineprotected |
Definition at line 19 of file fryingpan.c.
|
inlineprotected |
Definition at line 26 of file fryingpan.c.
|
inlineprotected |
Definition at line 38 of file fryingpan.c.
Definition at line 90 of file fryingpan.c.
References IsCargoException4x3().
Definition at line 48 of file fryingpan.c.
References IsCargoException4x3().
Definition at line 63 of file fryingpan.c.
References IsCargoException4x3().
|
inlineprotected |
Definition at line 123 of file fryingpan.c.
References RemoveAudioVisuals().
|
inlineprotected |
Definition at line 43 of file fryingpan.c.
|
inlineprotected |
Definition at line 28 of file fryingpan.c.
|
inlineprotected |
Definition at line 33 of file fryingpan.c.
|
inlineprotected |
Definition at line 139 of file fryingpan.c.
References m_CookingIsBurned, m_CookingIsDone, m_CookingIsEmpty, m_CookingMethod, RefreshAudioVisuals(), and RemoveAudioVisuals().
|
inlineprotected |
Definition at line 207 of file fryingpan.c.
References g_Game, m_ParticleCooking, m_ParticlePlaying, particle_id, ParticleCookingStop(), and ParticleManager().
Referenced by RefreshAudioVisuals().
|
inlineprotected |
Definition at line 225 of file fryingpan.c.
References g_Game, ParticleList::INVALID, m_ParticleCooking, and m_ParticlePlaying.
Referenced by ParticleCookingStart(), and RemoveAudioVisuals().
|
inlineprotected |
Definition at line 171 of file fryingpan.c.
References PARTICLE_BAKING_DONE, PARTICLE_BAKING_START, PARTICLE_BURNING_DONE, PARTICLE_DRYING_DONE, PARTICLE_DRYING_START, and ParticleCookingStart().
Referenced by OnVariablesSynchronized().
|
inlineprotected |
Definition at line 161 of file fryingpan.c.
References m_CookingIsBurned, m_CookingIsDone, m_CookingIsEmpty, m_CookingMethod, and Synchronize().
|
inlineprotected |
Definition at line 202 of file fryingpan.c.
References ParticleCookingStop().
Referenced by EEDelete(), and OnVariablesSynchronized().
|
inlineprotected |
Definition at line 154 of file fryingpan.c.
References m_CookingMethod, and Synchronize().
|
inlineprotected |
Definition at line 113 of file fryingpan.c.
References ActionAttach(), ActionDetach(), and AddAction().
|
protected |
DEPRECATED.
|
protected |
DEPRECATED.
|
inlineprotected |
Definition at line 131 of file fryingpan.c.
References g_Game.
Referenced by RefreshAudioVisualsOnClient(), and RemoveAudioVisualsOnClient().
|
protected |
Definition at line 7 of file fryingpan.c.
Referenced by OnVariablesSynchronized(), and RefreshAudioVisualsOnClient().
|
protected |
Definition at line 5 of file fryingpan.c.
Referenced by OnVariablesSynchronized(), and RefreshAudioVisualsOnClient().
|
protected |
Definition at line 6 of file fryingpan.c.
Referenced by OnVariablesSynchronized(), and RefreshAudioVisualsOnClient().
|
protected |
Definition at line 4 of file fryingpan.c.
Referenced by OnVariablesSynchronized(), RefreshAudioVisualsOnClient(), and RemoveAudioVisualsOnClient().
|
protected |
Definition at line 10 of file fryingpan.c.
Referenced by ParticleCookingStart(), and ParticleCookingStop().
|
protected |
Definition at line 11 of file fryingpan.c.
Referenced by ParticleCookingStart(), and ParticleCookingStop().
|
protected |
Definition at line 238 of file fryingpan.c.
|
protected |
DEPRECATED.
Definition at line 239 of file fryingpan.c.
|
protected |
DEPRECATED.
Definition at line 240 of file fryingpan.c.
|
protected |
Definition at line 14 of file fryingpan.c.
Referenced by RefreshAudioVisuals().
|
protected |
Definition at line 13 of file fryingpan.c.
Referenced by RefreshAudioVisuals().
|
protected |
Definition at line 17 of file fryingpan.c.
Referenced by RefreshAudioVisuals().
|
protected |
Definition at line 16 of file fryingpan.c.
Referenced by RefreshAudioVisuals().
|
protected |
Definition at line 15 of file fryingpan.c.
Referenced by RefreshAudioVisuals().
|
protected |
DEPRECATED.
Definition at line 243 of file fryingpan.c.
|
protected |
DEPRECATED.
Definition at line 242 of file fryingpan.c.
|
protected |
DEPRECATED.
Definition at line 246 of file fryingpan.c.
|
protected |
DEPRECATED.
Definition at line 245 of file fryingpan.c.
|
protected |
DEPRECATED.
Definition at line 244 of file fryingpan.c.