Garry's Mod Wiki

Revision Difference

DPropertySheet:GetItems#515282

<function name="GetItems" parent="DPropertySheet" type="panelfunc"> <ispanel>yes</ispanel> <description>Returns a list of all tabs of this <page>DPropertySheet</page>.</description> <realm>Client</realm> <rets> <ret name="" type="table">A table of tables. Each table contains 3 key-value pairs: <page>string</page> Name - The name of the tab. <page>Panel</page> Tab - The <page>DTab associated with the tab</page> <page>Panel</page> Panel - The <page>Panel associated with the tab</page></ret> </rets> </function>