![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | FlammableBase |
| class | TorchLambda |
Functions | |
| override void | Init () |
| override bool | OnStoreLoad (ParamsReadContext ctx, int version) |
| override void | OnStoreSave (ParamsWriteContext ctx) |
| override void | OnWasAttached (EntityAI parent, int slot_id) |
| override void | OnWasDetached (EntityAI parent, int slot_id) |
| override void | SetActions () |
Variables | |
| static float | m_BurnTimePerFullFuelDose |
| static float | m_BurnTimePerFullLard |
| FlammableBase | m_BurnTimePerRag |
| static float | m_MaxConsumableFuelQuantity |
| static float | m_MaxConsumableLardQuantity |
| static int | m_StartFadeOutOfLightAtQuantity = 3 |
| static float | m_WaterEvaporationByFireIntensity = 0.001 |
| override void Init | ( | ) |
Definition at line 932 of file torch.c.
References m_BurnTimePerFullFuelDose, m_BurnTimePerFullLard, m_BurnTimePerRag, m_MaxConsumableFuelQuantity, and m_MaxConsumableLardQuantity.
| override bool OnStoreLoad | ( | ParamsReadContext | ctx, |
| int | version ) |
Definition at line 977 of file torch.c.
References Serializer::Read().
| override void OnStoreSave | ( | ParamsWriteContext | ctx | ) |
Definition at line 969 of file torch.c.
References Serializer::Write().
| override void SetActions | ( | ) |
Definition at line 944 of file torch.c.
References AddAction().
|
static |
| FlammableBase m_BurnTimePerRag |
Referenced by Init().
|
static |
|
static |