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

◆ GetBaseConstructionPart()

ConstructionPart GetBaseConstructionPart ( )
protected

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

379 {
380 for ( int i = 0; i < m_ConstructionParts.Count(); ++i )
381 {
382 string key = m_ConstructionParts.GetKey( i );
383 ConstructionPart value = m_ConstructionParts.Get( key );
384
385 if ( value.IsBase() )
386 {
387 return value;
388 }
389 }
390
391 return NULL;
392 }
ref map< string, ref ConstructionPart > m_ConstructionParts
Определения Construction.c:15
bool IsBase()
Определения ConstructionPart.c:65

Перекрестные ссылки ConstructionPart::IsBase() и m_ConstructionParts.