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

◆ SetNextAttachmentIndex()

void ConstructionActionData::SetNextAttachmentIndex ( )
inlineprotected

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

357 {
358 if ( GetAttachmentsToDetachCount() > 1 )
359 {
361 {
363 }
365 {
367 }
368 }
369 else
370 {
372 }
373 }
int GetAttachmentsToDetachCount()
Определения ConstructionActionData.c:375

Перекрестные ссылки GetAttachmentsToDetachCount() и m_AttachmentsIndex.

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