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

◆ GetKeyCompatibilityType()

int ItemBase::GetKeyCompatibilityType ( )
inlineprotected

If used to un/lock doors, which does it open. Bitwise.

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

13 {
14 //you can combine the bit values like so:
15 //return (1 << EBuildingLockType.LOCKPICK) | (1 << EBuildingLockType.SHIP_CONTAINER_1);
16 return EBuildingLockType.NONE; //pure '0'
17 }
EBuildingLockType
Определения EBuildingLockTypes.c:2