DayZ 1.27
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");

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

1537 {
1538 return true;
1539 }

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