Liking cljdoc? Tell your friends :D
All platforms.

cark.behavior-tree.node-defs.always-success

The :always-success node has no specific parameter. It ticks its child and responds to the result in this way :

  • Child is :running -> always-success is :running
  • Child is :success -> always-success is :success
  • Child is :failure -> alway-success is :success
The :always-success node has no specific parameter.
It ticks its child and responds to the result in this way :
- Child is :running -> always-success is :running
- Child is :success -> always-success is :success
- Child is :failure -> alway-success is :success
raw docstring

compile-nodeclj/s

(compile-node tree id tag params [child-id])
source

registerclj/s

(register)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close