* @brief Get the level of the behavior node * @return The level of the behavior node */
| 147 | * @return The level of the behavior node |
| 148 | */ |
| 149 | unsigned int GetLevel(){ |
| 150 | return level_; |
| 151 | } |
| 152 | /** |
| 153 | * @brief Set the level of the behavior node |
| 154 | * @param level The expected level of the behavior node |
nothing calls this directly
no outgoing calls
no test coverage detected