multi_combo_t

This is a list of all properties and methods available within the multi_combo_t class.

NameDefinition

get_value

uint8 get_value()

set_value

void set_value(int idx, uint8 value)

get_label

string get_label()

set_label

void set_label(string value)

"get_value" and "set_value" both use uint8 instead of a bool, their values will only ever be 0 or 1, it is used the same as a boolean.