Crate overlord_event_system

Source

Re-exports§

pub use behaviors::BehaviorRegistry;

Modules§

attributes
behaviors
The name-addressed registry of native behavior functions — every config script slot dispatches to a function registered here.
bundles
cases
entities
event
fight
Deterministic, bounded fight simulation engine.
gacha
game_config_helpers
logic
mechanics
modules).
net
party
quests
state

Structs§

ConditionalProgress
EventHandleResult
EventMeta
Deterministic metadata for the current event execution.
EventTimestamped
PureEventHandler
DB-free handler over the pure game logic. Routes every event to OverlordLogic; used by tests and simulations through the synchronous System::run.
Seed
SystemConfig

Constants§

TICKER_UNIT_DURATION_MS

Traits§

EventHandler
EventHandlerContext

Functions§

new_system

Type Aliases§

LogicalTimestamp
System