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

◆ NewFromAccess()

static OptionSelectorMultistate OptionSelector::NewFromAccess ( Widget parent,
ListOptionsAccess optionAccess,
ScriptedWidgetEventHandler parent_c,
bool disabled )
inlinestaticprotected

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

29 {
30 array<string> items = {};
31 optionAccess.GetAllItemsText(items);
32 return new OptionSelectorMultistate(parent, optionAccess.GetIndex(), parent_c, disabled, items);
33 }
void OptionSelectorMultistate(Widget parent, int current_index, ScriptedWidgetEventHandler parent_c, bool disabled, notnull array< string > options)
Определения OptionSelectorMultistate.c:5

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