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

◆ GetFocusedContainerYScreenPos() [2/2]

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

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

142 {
143 float x, y;
144 if( contents && GetFocusedContainer() )
145 y = GetFocusedContainer().GetFocusedContainerYScreenPos( contents );
146 else if( GetRootWidget() )
147 GetRootWidget().GetScreenPos( x, y );
148 return y;
149 }
Icon x
Icon y
float GetFocusedContainerYScreenPos(bool contents=false)
Определения Container.c:316

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