Garry's Mod Wiki

Revision Difference

DComboBox:GetOptionData#546117

<function name="GetOptionData" parent="DComboBox" type="panelfunc"> <ispanel>yes</ispanel> <description>Returns an option's data based on the given index.</description> <realm>Client</realm> <file line="48-L52">lua/vgui/dcombobox.lua</file> <file line="49-L53">lua/vgui/dcombobox.lua</file> <args> <arg name="index" type="number">The option index.</arg> </args> <rets> <ret name="" type="any">The option's data value.</ret> </rets> </function>