luadocs/content/lua.scripts.manual/scripts/examples/panels_demo.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

574 B

title id weight draft author
panels_demo panels_demo 80 false people

Name

panels_demo.lua - an example script demonstrating how to contol panel visibility

Description

panels_demo is an example script showing how to control panel visibility. It cycles through the panels hiding them one by one, then showing them one by one, then hiding all, then showing all. Finally, the original panel visibility is restored.

Usage

  • require this script from your main lua file

Additional Software Required

Limitations

Author

Change Log