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

◆ GetFocusedContainerHeight() [2/2]

override float Container::GetFocusedContainerHeight ( bool contents = false)
inlineprotected

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

122 {
123 float x, y;
124 if( contents && GetFocusedContainer() )
125 y = GetFocusedContainer().GetFocusedContainerHeight( contents );
126 else if( GetRootWidget() )
127 GetRootWidget().GetScreenSize( x, y );
128 return y;
129 }
Icon x
Icon y
float GetFocusedContainerHeight(bool contents=false)
Определения Container.c:284

Перекрестные ссылки x и y.