...
This command creates a shelf tab with the given name. It is used to build the button shelf when Shogun when Shogun Post is launched (see ScriptShelves.hsl in the main ShogunPost#.# directory).
...
None
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
createShelfTab "fileOps"; // This script will create a tab called "fileOps". |
Additional information
Related commands
...