43 int attachments_count = target_entity.GetInventory().AttachmentCount();
44 for (
int j = 0; j < attachments_count; j++ )
47 attachment = target_entity.GetInventory().GetAttachmentFromIndex( j );
54 action_data.m_Player.PredictiveTakeEntityToHands(attachment );