DCollapsibleCategory.GenerateExample
From GMod Wiki
Function | |
Syntax | DCollapsibleCategory.GenerateExample( String ClassName, Panel PropertySheet, Integer Width, Integer Height ) |
Description: | |
Generates an example and adds it to the DPropertySheet passed. | |
Returns: | nil |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DCollapsibleCategory.GenerateExample]DCollapsibleCategory.GenerateExample [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Get an example. |
---|---|
Used on | |
Code | myDCollapsibleCategory:GenerateExample("DCollapsibleCategory",myDPropertySheet,100,200) |
Output | An example is added to your DPropertySheet |