Liking cljdoc? Tell your friends :D

cark.behavior-tree.node-defs.guard-selector

The :guard-selector node may only have :guard children. Each time it is run, it will refresh and check each of its children's predicates until it finds one that succeeds. It will then run the child's payload, possibly interrupting any other previously running child payload.

The :guard-selector node will succeed when any of its children succeeds, and fail when either the running child fails, or all the predicates fail.

The :guard-selector node may only have :guard children.
Each time it is run, it will refresh and check each of its children's predicates until it finds one that succeeds.
It will then run the child's payload, possibly interrupting any other previously running child payload.

The :guard-selector node will succeed when any of its children succeeds, and fail
when either the running child fails, or all the predicates fail.
raw docstring

compile-nodeclj/s

(compile-node tree id tag params children-ids)
source

logclj/s

(log value)
source

registerclj/s

(register)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
+kJump to recent docs
Move to previous article
Move to next article
+/Jump to the search field
× close