![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 | |
Definition at line 1 of file fireconsumabletype.c.
|
inlineprivate |
Definition at line 8 of file fireconsumabletype.c.
References m_AttSlot, m_Energy, m_IsKindling, and m_ItemType.
|
inlineprivate |
Definition at line 35 of file fireconsumabletype.c.
References m_AttSlot.
|
inlineprivate |
Definition at line 23 of file fireconsumabletype.c.
References m_Energy.
Referenced by GetFireConsumableTypeEnergy().
|
inlineprivate |
Definition at line 17 of file fireconsumabletype.c.
References m_ItemType.
|
inlineprivate |
Definition at line 29 of file fireconsumabletype.c.
References m_IsKindling.
Referenced by IsFuel(), and IsKindling().
|
private |
Definition at line 6 of file fireconsumabletype.c.
Referenced by FireConsumableType(), and GetAttSlot().
|
private |
Definition at line 4 of file fireconsumabletype.c.
Referenced by FireConsumableType(), and GetEnergy().
|
private |
Definition at line 5 of file fireconsumabletype.c.
Referenced by FireConsumableType(), and IsKindling().
|
private |
Definition at line 3 of file fireconsumabletype.c.
Referenced by FireConsumableType(), and GetItemType().