Skip to main content Link Menu Expand (external link) Document Search Copy Copied

VariableConfig(vector<string> options, string title)

Makes a variable config with the given options and title

Parameters

  • options - The options to be displayed
  • title - The title of the variable config

Example

VariableConfig config ({"Option 1", "Option 2", "Option 3"}, "Title");