| 62 | { |
| 63 | public: |
| 64 | Action_B(const std::string& name, const NodeConfig& config) |
| 65 | : SyncActionNode(name, config) |
| 66 | {} |
| 67 | |
| 68 | // we want this method to be called ONCE and BEFORE the first tick() |
| 69 | void initialize(int arg_int, std::string arg_str) |
nothing calls this directly
no outgoing calls
no test coverage detected