MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / Action_B

Method Action_B

examples/t08_additional_node_args.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62{
63public:
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected