Panel.SetPaintedManually

From GMod Wiki

Jump to: navigation, search
Function
Syntax Panel:SetPaintedManually( Boolean isPaintedManually ) )
Description:
Determines if the panel is painted by a user defined function set by calling Panel.SetPaintFunction.
Returns: nil
In Object: Panel
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Panel.SetPaintedManually]Panel.SetPaintedManually [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionThis function will make the panel invisible as if you had called the Panel.SetVisible(false) function however, it will still function as though it were visible.
Used onNewerClient.png
Code
Panel = vgui.Create("Panel")
Panel.SetPaintedManually(true)
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox