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

◆ CanBeIgnitedBy()

bool Entity::CanBeIgnitedBy ( EntityAI igniter = NULL)
inlineprotected

Override this method so it checks whenever this item can be ignited right now or not. Evaluated on Server and Client.

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

535 {
536 return false;
537 }

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