Module: commandsLibrary

Contains all of the plugin defined commands as a map between function names and function calls.

Author:
  • Seth Hollingsead
Source:

Requires

Methods

(inner) initPluginCommandsLibrary() → {object}

Initializes an object map of plugin commands and plugin function calls and returns them.

Author:
  • Seth Hollingsead
Source:
Returns:

A JSON object that contains an array of function objects that map function name to function call for all of the commands.

Type
object