DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс FireConsumableType

Закрытые члены

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

Закрытые данные

 m_ItemType
 
float m_Energy
 
bool m_IsKindling
 
string m_AttSlot
 

Подробное описание

Конструктор(ы)

◆ FireConsumableType()

void FireConsumableType ( typename item_type ,
float energy,
bool is_kindling,
string att_slot )
inlineprivate
9 {
14 }
m_ItemType
Definition FireConsumableType.c:3
string m_AttSlot
Definition FireConsumableType.c:6
bool m_IsKindling
Definition FireConsumableType.c:5
float m_Energy
Definition FireConsumableType.c:4
Definition EntityAI.c:95

Перекрестные ссылки m_AttSlot, m_Energy, m_IsKindling и m_ItemType.

Методы

◆ GetAttSlot()

string GetAttSlot ( )
inlineprivate
36 {
37 return m_AttSlot;
38 }

Перекрестные ссылки m_AttSlot.

◆ GetEnergy()

float GetEnergy ( )
inlineprivate
24 {
25 return m_Energy;
26 }

Перекрестные ссылки m_Energy.

◆ GetItemType()

GetItemType ( )
inlineprivate
18 {
19 return m_ItemType;
20 }

Перекрестные ссылки m_ItemType.

◆ IsKindling()

bool IsKindling ( )
inlineprivate
30 {
31 return m_IsKindling;
32 }

Перекрестные ссылки m_IsKindling.

Поля

◆ m_AttSlot

string m_AttSlot
private

Используется в FireConsumableType() и GetAttSlot().

◆ m_Energy

float m_Energy
private

Используется в FireConsumableType() и GetEnergy().

◆ m_IsKindling

bool m_IsKindling
private

Используется в FireConsumableType() и IsKindling().

◆ m_ItemType

m_ItemType
private

Используется в FireConsumableType() и GetItemType().


Объявления и описания членов класса находятся в файле: