| 6 | IMPLEMENT(Set_Gencmd); |
| 7 | |
| 8 | bool Set_Gencmd::execute(aithread &thread) const |
| 9 | { |
| 10 | // Set generic command target |
| 11 | MainController.genCmdTarget = thread.getLocation(); |
| 12 | |
| 13 | // Debug |
| 14 | thread.saveDebug(Text::Green, this->getOpcode()); |
| 15 | return true; |
| 16 | } |
nothing calls this directly
no test coverage detected