DayZ 1.27
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.

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

529 {
530 return false;
531 }