Garry's Mod Wiki

Revision Difference

Panel:NoClipping#562034

<function name="NoClipping" parent="Panel" type="classfunc"> <description> Sets whether this panel's drawings should be clipped within the parent panel's bounds. <note> This only disabled clipping for the Paint Related functions (as far as i can tell at the current moment, more testing should be done) so things like the text of a <page>DLabel</page> will still be clipped to the parent. To fully disable the clipping of any children see <page>Global.DisableClipping</page>. </note> </description> <realm>Client and Menu</realm> <args> <arg name="clip" type="boolean">Whether to clip or not.</arg> <arg name="clip" type="boolean">Whether to clip or not. True to enable, false to disable clipping.</arg> </args> </function>