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

◆ GetFocusedContainerYPos() [2/2]

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

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

132 {
133 float x, y;
134 if( contents && GetFocusedContainer() )
135 y = GetFocusedContainer().GetFocusedContainerYPos( contents );
136 else if( GetRootWidget() )
137 GetRootWidget().GetPos( x, y );
138 return y;
139 }
Icon x
Icon y
float GetFocusedContainerYPos(bool contents=false)
Определения Container.c:305

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