DSysButton.SetChar

From GMod Wiki

Jump to: navigation, search
Function
Syntax DSysButton:SetChar( String text )
Description:
Sets the text display.
Returns: nil
In Object: Panel
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DSysButton.SetChar]DSysButton.SetChar [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionSets the text display.
Used onNewerClient.png
Code
myButton = vgui.Create("DSysButton", DermaPanel)
myButton:SetChar( "2" )
 
 
OutputDSysButton-SetChar.PNG


Additional Notes

DSysButton-SetCharAll.PNG

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox