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

◆ CanIgniteItem()

bool Entity::CanIgniteItem ( EntityAI ignite_target = NULL)
inlineprotected

Override this method and check if the given item can be ignited right now by this one. Evaluated on Server and Client.

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

541 {
542 return false;
543 }

Перекрестные ссылки EntityAI().