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

◆ CanDisplayAttachmentSlot()

override bool CanDisplayAttachmentSlot ( int slot_id)
protected

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

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

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

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