Panel.IsVisible

From GMod Wiki

Jump to: navigation, search
Function
Syntax Panel:IsVisible( )
Description:
Returns whether or not the panel is visible.
Returns: Boolean
In Object: Panel
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Panel.IsVisible]Panel.IsVisible [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionDetermine whether Window is visible or not.
Used onNewerClient.png
Code
if Window:IsVisible( ) then
  --If True
else
  --If False
end
OutputFalse


Additional Notes

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox