DCollapsibleCategory.SetLabel
From GMod Wiki
Function | |
Syntax | DCollapsibleCategory.SetLabel( String Label ) |
Description: | |
This function sets the text of the Collapsible Category in the area where you click. | |
Returns: | nil |
In Object: | DCollapsibleCategory |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DCollapsibleCategory.SetLabel]DCollapsibleCategory.SetLabel [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Sets the text of the DCollapsibleCategory header. |
---|---|
Used on | |
Code | DCollapsibleCategory:SetLabel( "This Is A Nice Label" ) |
Output | N/A |