Garry's Mod Wiki

DProperties:GetCategory

  Panel DProperties:GetCategory( string name, boolean create = false )

Description

This is used internally - although you're able to use it you probably shouldn't.

Returns (or creates) a category of properties.

See DProperties:CreateRow for adding actual properties.

Arguments

1 string name
Name of the category
2 boolean create = false
Create a new category if it doesn't exist.

Returns

1 Panel
An internal panel.