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

◆ CanLoadItemIntoCargo()

bool Entity::CanLoadItemIntoCargo ( EntityAI item)
inlineprotected

calls this->CanLoadItemIntoCargo(item), is called on server start when loading in the storage

Возвращает
true if action allowed
Заметки
: return scriptConditionExecute(this, item, "CanLoadItemIntoCargo");

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

1569 {
1570 return true;
1571 }

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