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