Garry's Mod Wiki

Revision Difference

DPropertySheet:GetItems#527963

<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>⤶ Each table contains 3 key-value pairs: ⤶ * <page>string</page> Name - The name of the tab.⤶ * <page>Panel</page> Tab - The <page>DTab</page> associated with the tab. * <page>Panel</page> Panel - The <page>Panel</page> associated with the tab.⤶ </ret>⤶ </rets> </function>