Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gets the visibility of a docking window. The docking window can be either a Shogun a Shogun Post panel or a user window.

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
widths20%, 10%, 13%, 57%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameTypeRequiredComments
windowNamestringyesName of the window to get visibility for. Can be one of a Shogun aShogun Post panel or a user window.

...

Return value

boolean

Examples

Code Block
languagetext
// Get the visibility of the Attributes panel

...


boolean $isVisible;

...


$isVisible = `getWindowVisibility "Attributes"`;

...


print $isVisible;

Additional information

Related commands

...