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

Specific tree class can be declared as: class TreeHard + _ + p3d filename (without extension) Подробнее...

+ Граф наследования:TreeHard:

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

override void OnTreeCutDown (EntityAI cutting_entity)
 
override bool IsTree ()
 
override bool CanBeAutoDeleted ()
 
override bool HasPlayerCollisionSound ()
 

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

Specific tree class can be declared as: class TreeHard + _ + p3d filename (without extension)

//exapmle for tree DZ\plants2\tree\t_acer2s.p3d
class TreeHard_t_acer2s: TreeHard
{
};
Specific tree class can be declared as: class TreeHard + _ + p3d filename (without extension)
Определения Plant.c:18

См. определение в файле Plant.c строка 17