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

◆ INVENTORY_MAX_REACHABLE_DEPTH_ATT

const int GameConstants::INVENTORY_MAX_REACHABLE_DEPTH_ATT = 2
private

Inventory visibility depth, also governs default direct access for most cases. Actual inventory depth CAN be higher than this, but direct access from player should not be possible in the context of player inventory.

Заметки
ContainerWithCargoAndAttachments::AttachmentAddedEx creates 'Attachments' and 'CargoContainer' objects at depth 3 (nature of the architecture)

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

Используется в Entity::AreChildrenAccessible().