DNotify.GetSpacing

From GMod Wiki

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



Examples

DescriptionReturns the string typed in a SetSpacing.
Used onNewerClient.png
Code
local Label = vgui.Create( "DNotify" , DermaPanel)
Label:SetSpacing(1)
 
print(Label:GetSpacing())
OutputReturns "1" in the console.
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox