Which door is compatible with which key (door idx supplied). Bitwise.
- Аргументы
-
- Возвращает
- bitwise value of all compatible locks
- Заметки
- you can combine the bit values like so:
-
return (1 << EBuildingLockType.LOCKPICK) | (1 << EBuildingLockType.SHIP_CONTAINER_1);
-
you can also this for each individual door idx
См. определение в файле Building.c строка 162