DProperty_Combo:Setup
Description
This is used internally - although you're able to use it you probably shouldn't.
Sets up a combo control.
Arguments
1 table data = { text = 'Select...' }
Data to use to set up the combo box control. See Editable Entities.
Structure:
- string text - The default label for this combo box
- table values - The values to add to the combo box. Keys are the "nice" text, values are the data value to send.
- table icons - The icons for each value. They will be matched by key name.
- boolean select - The "nice" name/key of the value that should be initially selected.
Example
Setup a Combo control with a custom default text and two options.