Base (abstract) console command.
More...
#include <ConsoleCmd.h>
|
| | ConsoleCmd (std::string const &name, std::string const &usage, std::string const &doc) |
| |
| virtual | ~ConsoleCmd () |
| |
| virtual void | Run (Ogre::StringVector const &args)=0 |
| |
| std::string const & | getName () const |
| |
| std::string const & | GetUsage () const |
| |
| std::string const & | GetDoc () const |
| |
Base (abstract) console command.
Definition at line 37 of file ConsoleCmd.h.
◆ ConsoleCmd()
| RoR::ConsoleCmd::ConsoleCmd |
( |
std::string const & |
name, |
|
|
std::string const & |
usage, |
|
|
std::string const & |
doc |
|
) |
| |
|
inline |
◆ ~ConsoleCmd()
| virtual RoR::ConsoleCmd::~ConsoleCmd |
( |
| ) |
|
|
inlinevirtual |
◆ GetDoc()
| std::string const& RoR::ConsoleCmd::GetDoc |
( |
| ) |
const |
|
inline |
◆ getName()
| std::string const& RoR::ConsoleCmd::getName |
( |
| ) |
const |
|
inline |
◆ GetUsage()
| std::string const& RoR::ConsoleCmd::GetUsage |
( |
| ) |
const |
|
inline |
◆ Run()
| virtual void RoR::ConsoleCmd::Run |
( |
Ogre::StringVector const & |
args | ) |
|
|
pure virtual |
Implemented in ClearCmd, SetCVarCmd, SetCmd, VarsCmd, LoadScriptCmd, HelpCmd, QuitCmd, SpeedOfSoundCmd, AsCmd, GotoCmd, PosCmd, VerCmd, LogCmd, SpawnobjectCmd, TerrainheightCmd, WaterlevelCmd, and GravityCmd.
◆ m_doc
| std::string RoR::ConsoleCmd::m_doc |
|
protected |
◆ m_name
| std::string RoR::ConsoleCmd::m_name |
|
protected |
◆ m_usage
| std::string RoR::ConsoleCmd::m_usage |
|
protected |
The documentation for this class was generated from the following files: