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

◆ GetActualAttachmentToDetach()

EntityAI ConstructionActionData::GetActualAttachmentToDetach ( )
inlineprotected

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

381 {
382 if ( GetAttachmentsToDetachCount() > 0 )
383 {
385
387 {
388 return m_Attachments.Get( m_AttachmentsIndex );
389 }
390 }
391
392 return NULL;
393 }
ref array< EntityAI > m_Attachments
Определения ConstructionActionData.c:21
int GetAttachmentsToDetachCount()
Определения ConstructionActionData.c:375

Перекрестные ссылки Math::Clamp(), GetAttachmentsToDetachCount(), m_Attachments и m_AttachmentsIndex.

Используется в ActionTakeMaterialToHands::ActionCondition(), ActionTakeMaterialToHands::CreateAndSetupActionCallback(), ActionTakeMaterialToHands::OnActionInfoUpdate() и ActionTakeMaterialToHands::OnExecuteImpl().