Panel.NoClipping

From GMod Wiki

Jump to: navigation, search
Function
Syntax Panel:NoClipping( Boolean should clip )
Description:
Determines whether a panel should clip off things when they go over it's edge.
Returns: nil
In Object: Panel
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Panel.NoClipping]Panel.NoClipping [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionIf something goes off the edge of the panel, it won't be clipped.
Used onNewerClient.png
Code
local panel = vgui.Create("DFrame");
panel:SetSize( 512, 512 );
panel:MakePopup();
panel:NoClipping( true );
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox