DayZ 1.29
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/DayZ/Entities/EntityAI.c строка 540

541 {
542 return false;
543 }