Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
torch.c File Reference

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

Function Documentation

◆ Init()

◆ OnStoreLoad()

override bool OnStoreLoad ( ParamsReadContext ctx,
int version )

Definition at line 977 of file torch.c.

References Serializer::Read().

◆ OnStoreSave()

override void OnStoreSave ( ParamsWriteContext ctx)

Definition at line 969 of file torch.c.

References Serializer::Write().

◆ OnWasAttached()

override void OnWasAttached ( EntityAI parent,
int slot_id )

Definition at line 953 of file torch.c.

References g_Game.

◆ OnWasDetached()

override void OnWasDetached ( EntityAI parent,
int slot_id )

Definition at line 961 of file torch.c.

References g_Game.

◆ SetActions()

override void SetActions ( )

Definition at line 944 of file torch.c.

References AddAction().

Variable Documentation

◆ m_BurnTimePerFullFuelDose

float m_BurnTimePerFullFuelDose
static

Definition at line 925 of file torch.c.

Referenced by Init().

◆ m_BurnTimePerFullLard

float m_BurnTimePerFullLard
static

Definition at line 924 of file torch.c.

Referenced by Init().

◆ m_BurnTimePerRag

FlammableBase m_BurnTimePerRag

Referenced by Init().

◆ m_MaxConsumableFuelQuantity

float m_MaxConsumableFuelQuantity
static

Definition at line 927 of file torch.c.

Referenced by Init().

◆ m_MaxConsumableLardQuantity

float m_MaxConsumableLardQuantity
static

Definition at line 926 of file torch.c.

Referenced by Init().

◆ m_StartFadeOutOfLightAtQuantity

int m_StartFadeOutOfLightAtQuantity = 3
static

Definition at line 929 of file torch.c.

◆ m_WaterEvaporationByFireIntensity

float m_WaterEvaporationByFireIntensity = 0.001
static

Definition at line 928 of file torch.c.