Liking cljdoc? Tell your friends :D

threeagent.impl.system


dispatch-destroycljs

(dispatch-destroy systems sorted-keys context)
source

dispatch-initcljs

(dispatch-init systems sorted-keys context)
source

dispatch-on-addedcljs

(dispatch-on-added context entity-context entity-id entity-obj entity-config)
source

dispatch-on-removedcljs

(dispatch-on-removed context entity-context entity-id entity-obj entity-config)
source

dispatch-on-tickcljs

(dispatch-on-tick context delta-time)
source

dispatch-on-updatedcljs

(dispatch-on-updated context entity-context entity-id entity-obj entity-config)
source

normalize-systemscljs

(normalize-systems raw-systems)

Normalize the raw :systems map into [systems-map sorted-keys-vec]. Values can be bare ISystem instances (default :order 0) or {:system <ISystem> :order <number>} config maps.

Normalize the raw :systems map into [systems-map sorted-keys-vec].
Values can be bare ISystem instances (default :order 0) or
{:system <ISystem> :order <number>} config maps.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close