DNumberWang.SetValue

From GMod Wiki

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



Examples

DescriptionSets the value of DNumberWang.
Used onNewerClient.png
Code
local Wang = vgui.Create( "DNumberWang" )
Wang:SetValue(8)
 
 
OutputN/A
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox