Garry's Mod Wiki

Revision Difference

DComboBox:GetSelected#528530

<function name="GetSelected" parent="DComboBox" type="panelfunc"> <ispanel>yes</ispanel> <description>Returns the currently selected option's text and data</description> <realm>Client</realm> <file line="112-L118">lua/vgui/dcombobox.lua</file>⤶ <rets> <ret name="" type="string">The option's text value.</ret> <ret name="" type="any">The option's stored data.</ret> </rets> </function>