DNumSlider.GetTextArea
From GMod Wiki
Function | |
Syntax | NumSlider:GetTextArea( ) |
Description: | |
Returns the table of GetTextArea(). | |
Returns: | Table :Panel GetTextArea |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DNumSlider.GetTextArea]DNumSlider.GetTextArea [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Returns the table NumSlider. |
---|---|
Used on | |
Code | local NumSlider= vgui.Create( "DNumSlider" ) print(NumSlider:GetTextArea()) |
Output | Returns "Table :Panel GetTextArea" in the console. |