Versions Compared

Key

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

...

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

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths16%, 12%, 13%, 59%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameTypeRequiredComments
windowNamestringyesName of the window to set visibility for. Can be one of a Shogun aShogun Post panel or a user window.
boolValbooleanyesBoolean to show, hide, or toggle visibility of the docking window.

...

None

Return value

void

Examples

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

...


showWindow "Attributes" toggle;

Additional information

Related commands

...