DComboBox

in an awesome move dcombobox has had some legacy functionality broken, so here we are again.

Functions

DComboBox:Clear()

View source »

Clears all choices and data.

DComboBox:GetOptionData(id)

View source »

Returns the data associated with a given ID.

Parameters

  • id int

    The numerical index for the option text.

DComboBox:GetOptionText(id)

View source »

Returns the option text of a given ID.

Parameters

  • id int

    The numerical index for the option text.

DComboBox:Init()

View source »

Initializes the panel.