Skip to main content

Module call

Module call 

Source

Structs§

Call
A call is described like a structure in arora engine.
CallResult
CallableId

Enums§

CallError

Traits§

CallBridge
The interface a module uses to call back into its host (the engine, or a mock in tests). It lives here, in the interface layer, so module-shaped libraries can make host calls without depending on the engine crate.
Callable
Anything that can be invoked through a CallBridge, e.g. a behavior-tree tick registered as an indirect callable.