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

◆ SetSlots()

void ScriptedWidgetEventHandler::SetSlots ( int slots)
inlineprivate

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

369 {
370 if (IsOnline())
371 {
372 m_ServerSlots.SetText(slots.ToString());
373 }
374 else
375 {
376 m_ServerSlots.SetText("-");
377 }
378 }
TextWidget m_ServerSlots
Определения ServerBrowserEntry.c:9

Перекрестные ссылки IsOnline() и m_ServerSlots.

Используется в FillInfo().