Liking cljdoc? Tell your friends :D
All platforms.

cark.behavior-tree.node-defs.send-event

The :send-event node sends an event to the outside world. It may later be picked buy their core/get-events function.

parameters:

  • :event : a keyword or keyword returning function. The event name.
  • :arg : an optional function returning the for this event
The :send-event node sends an event to the outside world. It may later be picked buy their
core/get-events function.

parameters:
- :event : a keyword or keyword returning function. The event name.
- :arg : an optional function returning the for this event
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