MCPcopy Create free account
hub / github.com/RoboMaster/RoboRTS / GetLevel

Method GetLevel

roborts_decision/behavior_tree/behavior_node.h:149–151  ·  view source on GitHub ↗

* @brief Get the level of the behavior node * @return The level of the behavior node */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected