MCPcopy Create free account
hub / github.com/arvidsson/BrainTree / StatefulSelector

Class StatefulSelector

BrainTree.h:378–398  ·  view source on GitHub ↗

The StatefulSelector composite ticks each child node in order, and remembers what child it prevously tried to tick. If a child succeeds or runs, the stateful selector returns the same status. In the next tick, it will try to run the next child or start from the beginning again. If all children fails, only then does the stateful selector fail.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected