Liking cljdoc? Tell your friends :D

cark.behavior-tree.type

Describes a node type

Describes a node type
raw docstring

get-children-specclj/s

(get-children-spec type)

Returns the spec for this node type's children hiccup notation

Returns the spec for this node type's children hiccup notation
sourceraw docstring

get-compile-funcclj/s

(get-compile-func type)

Returns the compile function of a node type. A compile function is passed [tree id tag params children-ids] and returns a pair vector with first the possibly updated tree and a node's tick closure.

Returns the compile function of a node type. 
A compile function is passed [tree id tag params children-ids] and returns a pair vector
with first the possibly updated tree and a node's tick closure.
sourceraw docstring

get-node-specclj/s

(get-node-spec type)

Returns the spec for this node type's hiccup notation

Returns the spec for this node type's hiccup notation
sourceraw docstring

get-params-specclj/s

(get-params-spec type)

Returns the spec for this node type's params hiccup notation

Returns the spec for this node type's params hiccup notation
sourceraw docstring

get-tagclj/s

(get-tag type)

Returns the tag of a node type

Returns the tag of a node type
sourceraw docstring

get-typeclj/s

(get-type tag)

Returns the node type with the provided tag name

Returns the node type with the provided tag name
sourceraw docstring

keysclj/s

The keys that make a node type up

The keys that make a node type up
sourceraw docstring

registerclj/s

(register type)

Registers a node type, so that the hiccup compiler can find it.

Registers a node type, so that the hiccup compiler can find it.
sourceraw docstring

typesclj/s

source

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

× close