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

◆ GetGateConstructionPart()

ConstructionPart GetGateConstructionPart ( )
protected

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

396 {
397 for ( int i = 0; i < m_ConstructionParts.Count(); ++i )
398 {
399 string key = m_ConstructionParts.GetKey( i );
400 ConstructionPart value = m_ConstructionParts.Get( key );
401
402 if ( value.IsGate() )
403 {
404 return value;
405 }
406 }
407
408 return NULL;
409 }
ref map< string, ref ConstructionPart > m_ConstructionParts
Определения Construction.c:15
bool IsGate()
Определения ConstructionPart.c:70

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