! Get the name for the registered PluginCommand \return The name for the registered PluginCommand */
| 15414 | \return The name for the registered PluginCommand |
| 15415 | */ |
| 15416 | std::string GetName() const { return m_command.name; } |
| 15417 | |
| 15418 | /*! Get the description for the registered PluginCommand |
| 15419 |