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

◆ UpdateBodySpacers()

void LayoutHolder::UpdateBodySpacers ( )
inlineprotected

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

1261 {
1262 for ( int i = 0; i < m_Body.Count(); i++ )
1263 {
1264 Container c = Container.Cast( m_Body.Get( i ) );
1265 if( c && c.IsInherited( Container ) )
1266 {
1267 c.UpdateSpacer();
1268 }
1269 }
1270
1271 UpdateSpacer();
1272 }
void Container(LayoutHolder parent)
Определения Container.c:35
ref array< ref LayoutHolder > m_Body
Определения Container.c:3
void UpdateSpacer()

Перекрестные ссылки Container(), m_Body и UpdateSpacer().