DNotify.GetSpacing
From GMod Wiki
| Function | |
| Syntax | Panel:GetSpacing( ) | 
| Description: | |
| Returns the value to GetSpacing(). | |
| Returns: | Integer Spacing | 
| In Object: | Panel | 
| Realm: | 
		 | 
	
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DNotify.GetSpacing]DNotify.GetSpacing [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] | 
	
Examples
| Description | Returns the string typed in a SetSpacing. | 
|---|---|
| Used on | |
| Code | local Label = vgui.Create( "DNotify" , DermaPanel) Label:SetSpacing(1) print(Label:GetSpacing())  | 
| Output | Returns "1" in the console. |