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

◆ SetActive()

override void SlotsIcon::SetActive ( bool active)
inlineprotected

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

321 {
322#ifdef PLATFORM_CONSOLE
323 super.SetActive( active );
324 float x, y;
325 if( active && GetObject() )
326 {
327 GetMainWidget().GetScreenPos( x, y );
328 PrepareOwnedTooltip( EntityAI.Cast( GetObject() ), x, y );
329 }
330 else if (active)
331 {
332 GetMainWidget().GetScreenPos( x, y );
333 PrepareOwnedSlotsTooltip( GetMainWidget(), m_SlotDisplayName, m_SlotDesc, x, y );
334 }
335
336 m_SelectedPanel.Show( active );
337#endif
338 }
class LogManager EntityAI
Icon x
Icon y
Object GetObject()
Определения SlotsIcon.c:360
Widget m_SelectedPanel
Определения SlotsIcon.c:32
string m_SlotDesc
Определения SlotsIcon.c:42
string m_SlotDisplayName
Определения SlotsIcon.c:41

Перекрестные ссылки GetObject(), m_SelectedPanel, m_SlotDesc, m_SlotDisplayName, x и y.