Liking cljdoc? Tell your friends :D

cark.behavior-tree.event

The event maps keep the events coming in from the outside world and going out to it.

The event maps keep the events coming in from the outside world and going out to it.
raw docstring

add-event-outclj/s

(add-event-out events event-name event-arg)

Adds an event that will later be consumed by the library user

Adds an event that will later be consumed by the library user
sourceraw docstring

clear-event-inclj/s

(clear-event-in events)

Clears the inbound event.

Clears the inbound event.
sourceraw docstring

clear-events-outclj/s

(clear-events-out events)

Clears all the outbound events

Clears all the outbound events
sourceraw docstring

get-event-inclj/s

(get-event-in events)

Returns the inbound event

Returns the inbound event
sourceraw docstring

get-events-outclj/s

(get-events-out events)

Returns all the events from tree to user

Returns all the events from tree to user
sourceraw docstring

keysclj/s

source

logclj/s

(log value)
source

makeclj/s

(make)
source

pick-eventclj/s

(pick-event events event-name)
(pick-event events event-name pick-event?)

Returns the event-in if it exists, and the name matches. The optional pick-event? function takes the event arg and returns true if the event should be picked.

Returns the event-in if it exists, and the name matches. The optional pick-event? function takes the event arg and returns
true if the event should be picked.
sourceraw docstring

set-event-inclj/s

(set-event-in events event-name event-arg)

Sets the inbound event

Sets the inbound event
sourceraw docstring

update-events-outclj/s

(update-events-out events func)

Updates the events for user consumptions with the provided function

Updates the events for user consumptions with the provided function
sourceraw docstring

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

× close