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

◆ IsTakeable()

override bool IsTakeable ( )
protected

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

368 {
369 return GetState() != DEPLOYED || (GetInventory().AttachmentCount() == 0 && GetState() == DEPLOYED);
370 }
int GetState()
returns one of STATE_...
Определения Trap_TripWire.c:176
static const int DEPLOYED
Определения Trap_TripWire.c:13

Перекрестные ссылки DEPLOYED и GetState().