Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
FireConsumableType Class Reference

Private Member Functions

void FireConsumableType (typename item_type, float energy, bool is_kindling, string att_slot)
string GetAttSlot ()
float GetEnergy ()
 GetItemType ()
bool IsKindling ()

Private Attributes

string m_AttSlot
float m_Energy
bool m_IsKindling
 m_ItemType

Detailed Description

Definition at line 1 of file fireconsumabletype.c.

Constructor & Destructor Documentation

◆ FireConsumableType()

void FireConsumableType ( typename item_type ,
float energy,
bool is_kindling,
string att_slot )
inlineprivate

Definition at line 8 of file fireconsumabletype.c.

References m_AttSlot, m_Energy, m_IsKindling, and m_ItemType.

Member Function Documentation

◆ GetAttSlot()

string GetAttSlot ( )
inlineprivate

Definition at line 35 of file fireconsumabletype.c.

References m_AttSlot.

◆ GetEnergy()

float GetEnergy ( )
inlineprivate

Definition at line 23 of file fireconsumabletype.c.

References m_Energy.

Referenced by GetFireConsumableTypeEnergy().

◆ GetItemType()

GetItemType ( )
inlineprivate

Definition at line 17 of file fireconsumabletype.c.

References m_ItemType.

◆ IsKindling()

bool IsKindling ( )
inlineprivate

Definition at line 29 of file fireconsumabletype.c.

References m_IsKindling.

Referenced by IsFuel(), and IsKindling().

Field Documentation

◆ m_AttSlot

string m_AttSlot
private

Definition at line 6 of file fireconsumabletype.c.

Referenced by FireConsumableType(), and GetAttSlot().

◆ m_Energy

float m_Energy
private

Definition at line 4 of file fireconsumabletype.c.

Referenced by FireConsumableType(), and GetEnergy().

◆ m_IsKindling

bool m_IsKindling
private

Definition at line 5 of file fireconsumabletype.c.

Referenced by FireConsumableType(), and IsKindling().

◆ m_ItemType

m_ItemType
private

Definition at line 3 of file fireconsumabletype.c.

Referenced by FireConsumableType(), and GetItemType().


The documentation for this class was generated from the following file: