Structs§
- Call
- A call is described like a structure in arora engine.
- Call
Result - Callable
Id
Enums§
Traits§
- Call
Bridge - 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.