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

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

553 {
554 return false;
555 }

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