Liking cljdoc? Tell your friends :D

cark.behavior-tree.dynamic-extent

The dynamic extent stores the transient vars that were bound by nodes like :bind

The dynamic extent stores the transient vars that were bound by
nodes like :bind
raw docstring

get-bindingsclj/s

(get-bindings dynamic-extent)

Returns all the bindings

Returns all the bindings
sourceraw docstring

get-varclj/s

(get-var dynamic-extent name)

Returns the value of a var

Returns the value of a var
sourceraw docstring

keysclj/s

source

makeclj/s

(make)

Returns an empty dynamic extent

Returns an empty dynamic extent
sourceraw docstring

set-bindingsclj/s

(set-bindings dynamic-extent value)

Sets the whole bindings in a single go.

Sets the whole bindings in a single go.
sourceraw docstring

set-varclj/s

(set-var dynamic-extent name value)

Sets the value of a var

Sets the value of a var
sourceraw docstring

update-varclj/s

(update-var dynamic-extent name func)

Updates the value of a var with the provided func. Currently unused, i'm not sur this is a good idea anyways.

Updates the value of a var with the provided func. Currently unused, i'm not sur this is a good idea anyways.
sourceraw docstring

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

× close