DNumberWang.SetMin
From GMod Wiki
Function | |
Syntax | Panel:SetMin( integer ) |
Description: | |
Sets Min of elements. | |
Returns: | nil |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DNumberWang.SetMin]DNumberWang.SetMin [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Sets a Min for the Wang. |
---|---|
Used on | |
Code | local Wang = vgui.Create( "DNumberWang" ) Wang:SetMin(1) |
Output | N/A |