Защищенные члены | |
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 () |
void | SoundCookingStart (string sound_name) |
DEPRECATED. | |
void | SoundCookingStop () |
DEPRECATED. | |
Защищенные данные | |
CookingMethodType | m_CookingMethod |
bool | m_CookingIsDone |
bool | m_CookingIsEmpty |
bool | m_CookingIsBurned |
Particle | m_ParticleCooking |
int | m_ParticlePlaying = ParticleList.INVALID |
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 |
SoundOnVehicle | m_SoundCooking |
EffectSound | m_SoundEffectCooking |
DEPRECATED. | |
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. | |
Дополнительные унаследованные члены | |
![]() | |
void | HescoBox () |
override bool | HasProxyParts () |
override bool | CanPutIntoHands (EntityAI parent) |
void | Synchronize () |
override void | OnVariablesSynchronized () |
void | RefreshVisuals () |
int | GetState () |
void | SetState (int state) |
bool | CanBeFilledAtPosition (vector position) |
bool | CanBeManipulated () |
void | Fold () |
void | Unfold () |
override void | EEItemLocationChanged (notnull InventoryLocation oldLoc, notnull InventoryLocation newLoc) |
override void | RefreshPhysics () |
void | Fill () |
override void | OnStoreSave (ParamsWriteContext ctx) |
override bool | OnStoreLoad (ParamsReadContext ctx, int version) |
override void | OnPlacementComplete (Man player, vector position="0 0 0", vector orientation="0 0 0") |
override bool | IsDeployable () |
override string | GetDeploySoundset () |
override string | GetLoopDeploySoundset () |
override void | SetActions () |
void | PlayDeployLoopSound () |
void | StopDeployLoopSound () |
DEPRECATED. | |
![]() | |
int | m_State |
ref EffectSound | m_DeployLoopSound |
DEPRECATED. | |
См. определение в файле FryingPan.c строка 1