DNumberWang.GetDecimals
From GMod Wiki
| Function | |
| Syntax | Panel:GetDecimals( ) |
| Description: | |
| Returns number of decimal of GetDecimals(). | |
| Returns: | integer Decimals |
| In Object: | Panel |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DNumberWang.GetDecimals]DNumberWang.GetDecimals [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Returns number of decimal Wang. |
|---|---|
| Used on | |
| Code | local Wang = vgui.Create( "DNumberWang" ) Wang:SetDecimals(5) print(Wang:GetDecimals()) |
| Output | Returns "5" in the console. |