DNumberWang.GetFraction
From GMod Wiki
Function | |
Syntax | Panel:GetFraction( ) |
Description: | |
Returns the GetFraction of DNumberWang. | |
Returns: | integer GetFraction |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DNumberWang.GetFraction]DNumberWang.GetFraction [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Returns the GetFraction of Wang . |
---|---|
Used on | |
Code | local Wang = vgui.Create( "DNumberWang" ) Wang:SetFraction(1) print(Wang:GetFraction()) |
Output | Returns "1" in the console. |
Additional Notes
- The value default is "0.6".