DNumSlider.GetTextArea

From GMod Wiki

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



Examples

DescriptionReturns the table NumSlider.
Used onNewerClient.png
Code
local NumSlider= vgui.Create( "DNumSlider" )
 
print(NumSlider:GetTextArea())      
 
OutputReturns "Table :Panel GetTextArea" in the console.
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox