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