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