Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс BloodyHands

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

void BloodyHands (string normal_material, string bloody_material)
 
string GetMaterial (int material_type)
 
void SetMaterial (int material_type, string material)
 

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

string m_Materials [2]
 
const int MATERIAL_TYPE_NORMAL = 0
 
const int MATERIAL_TYPE_BLOODY = 1
 

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

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

◆ BloodyHands()

void BloodyHands ( string normal_material,
string bloody_material )
inlineprivate
9 {
12 }
const int MATERIAL_TYPE_BLOODY
Definition BloodyHands.c:6
string m_Materials[2]
Definition BloodyHands.c:3
const int MATERIAL_TYPE_NORMAL
Definition BloodyHands.c:5
Definition EntityAI.c:95

Перекрестные ссылки m_Materials, MATERIAL_TYPE_BLOODY и MATERIAL_TYPE_NORMAL.

Методы

◆ GetMaterial()

string GetMaterial ( int material_type)
inlineprivate
15 {
17 }

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

◆ SetMaterial()

void SetMaterial ( int material_type,
string material )
inlineprivate

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

Поля

◆ m_Materials

string m_Materials[2]
private

Используется в BloodyHands(), GetMaterial() и SetMaterial().

◆ MATERIAL_TYPE_BLOODY

const int MATERIAL_TYPE_BLOODY = 1
private

Используется в BloodyHands(), SetBloodyHands() и SetBloodyHandsEx().

◆ MATERIAL_TYPE_NORMAL

const int MATERIAL_TYPE_NORMAL = 0
private

Используется в BloodyHands(), SetBloodyHands() и SetBloodyHandsEx().


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