DHorizontalDivider.SetRight
From GMod Wiki
Function | |
Syntax | DHorizontalDivider:SetRight( Var Panel ) |
Description: | |
Set the panel that will be on the right side of the divider. | |
Returns: | nil |
In Object: | DHorizontalDivider |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DHorizontalDivider.SetRight]DHorizontalDivider.SetRight [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Set the panel that will be on the left side of the divider. |
---|---|
Used on | |
Code | DHorizontalDivider = vgui.Create("DHorizontalDivider") DHorizontalDivider:SetLeft(Panel)) |
Output | N/A |