DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetKeyCompatibilityType()
int
ItemBase::GetKeyCompatibilityType
(
)
inline
protected
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
EBuildingLockType
Определения
EBuildingLockTypes.c:2
ItemBase
Создано системой
1.13.2