DNumberWang.GetFraction

From GMod Wiki

Jump to: navigation, search
Function
Syntax Panel:GetFraction( )
Description:
Returns the GetFraction of DNumberWang.
Returns: integer GetFraction
In Object: Panel
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DNumberWang.GetFraction]DNumberWang.GetFraction [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionReturns the GetFraction of Wang .
Used onNewerClient.png
Code
local Wang = vgui.Create( "DNumberWang" )
Wang:SetFraction(1)
print(Wang:GetFraction())      
 
OutputReturns "1" in the console.


Additional Notes

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox