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

◆ ContainerLockedBase()

void ContainerLockedBase::ContainerLockedBase ( )
inlineprotected

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

7 {
8 int count = GetDoorCount();
9 for (int i = 0; i < count; i++)
10 {
11 LockDoor(i);
12 }
13 }

Используется в GetLockCompatibilityType().