|
| void | to_json (cloe::Json &j) const override |
| |
| Logger | logger () const |
| |
|
|
std::string | name_ |
| |
|
std::string | desc_ |
| |
◆ clone()
| cloe::ActionPtr engine::actions::Command::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
Clone this action with correct state information.
This happens when a sticky trigger evaluates to true.
Implements cloe::Action.
◆ operator()()
◆ to_json()
| void engine::actions::Command::to_json |
( |
cloe::Json & |
j | ) |
const |
|
overrideprotectedvirtual |
Describe the action state so that the same action can be re-created through it's JSON representation with the corresponding ActionFactory.
Implements cloe::Action.
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/cloe/checkouts/v0.20.0/engine/src/utility/command.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/cloe/checkouts/v0.20.0/engine/src/utility/command.cpp