DNumberWang.GetMin
From GMod Wiki
Function | |
Syntax | Panel:GetMin( ) |
Description: | |
Returns the integer Min of DNumberWang. | |
Returns: | integer Value |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DNumberWang.GetMin]DNumberWang.GetMin [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Returns the value Minimum a DNumberWang. |
---|---|
Used on | |
Code | local Wang = vgui.Create( "DNumberWang" ) Wang:SetMin(9) print(Wang:GetMin()) |
Output | Returns "9" in the console. |