Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.
showHelp [-absolute] [-docs]
[-helpTable] [string]
showHelp is NOT undoable, queryable, and NOT editable.
Invokes a web browser to open the on-line documentation and help files. It will open the help page for a given topic, or open a browser to a specific URL.None
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-docs(-d) |
||||
|
||||
-absolute(-a) |
||||
|
||||
-helpTable(-ht) |
||||
|
||||
// View the documentation for the launchBrowser command
//
showHelp -docs "Commands/showHelp.html";
// View the Autodesk home page
//
showHelp -absolute "http://www.autodesk.com/";
// Query for the full path to the help page on the Align Tool
//
showHelp -q AlignTool;
// Set the help lookup-table to $MAYA_APP_DIR/customHelpTable
//
showHelp -helpTable "customHelpTable";
// View the help topic "Particle" found in customHelpTable.dat
//
showHelp "Particle";