* @brief Set the level of the behavior node * @param level The expected level of the behavior node */
| 154 | * @param level The expected level of the behavior node |
| 155 | */ |
| 156 | void SetLevel(unsigned int level){ |
| 157 | level_ = level; |
| 158 | } |
| 159 | protected: |
| 160 | /** |
| 161 | * @brief Tick the node and update the state of the behavior node |
no outgoing calls
no test coverage detected