Garry's Mod Wiki

DComboBox:RemoveChoice

  string, any DComboBox:RemoveChoice( number index )

Description

Removes a choice added with DComboBox:AddChoice

Arguments

1 number index
The index of the option to remove.

Returns

1 string text
The text of the removed option.
2 any data
The data of the removed option that was provided.