Garry's Mod Wiki

DPropertySheet:GetItems

Description

Returns a list of all tabs of this DPropertySheet.

Returns

1 table
A table of tables. Each table contains 3 key-value pairs:
  • string Name - The name of the tab.
  • Panel Tab - The DTab associated with the tab.
  • Panel Panel - The Panel associated with the tab.