DPropertySheet.GetPadding

From GMod Wiki

Jump to: navigation, search
Function
Syntax DPropertySheet:GetPadding( )
Description:
Returns Padding.
Returns: integer
In Object: DPropertySheet
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DPropertySheet.GetPadding]DPropertySheet.GetPadding [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionReturns Padding of PropertySheet .
Used onNewerClient.png
Code
local PropertySheet = vgui.Create( "DPropertySheet" )
PropertySheet:SetPadding(5)
print(PropertySheet:GetPadding())
OutputReturns "5" in the console.


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox