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

◆ HasFlammableMaterial()

bool Entity::HasFlammableMaterial ( )
inlineprotected

Override this method to return TRUE when this item has or can provide fire. Evaluated on server and client.

См. определение в файле 3_Game/Entities/EntityAI.c строка 528

529 {
530 return false;
531 }