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

◆ CanDisplayAttachmentSlot()

override bool CanDisplayAttachmentSlot ( int slot_id)
protected

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

227 {
228 if ( GetState() != DEPLOYED )
229 return false;
230
231 return super.CanDisplayAttachmentSlot( slot_id );
232 }
int GetState()
returns one of STATE_...
Определения Trap_TripWire.c:176
static const int DEPLOYED
Определения Trap_TripWire.c:13

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

Используется в Entity::CanDisplayAnyAttachmentSlot().