ScheduledSpawnPlanCommandDispatcher.ixx File
Dispatcher for routing ScheduledSpawnPlanCommands to the SpawnManager. More...
Included Headers
#include <cassert>
#include <helios.engine.runtime.world.GameWorld>
#include <helios.engine.runtime.messaging.command.TypedWorldCommandDispatcher>
#include <helios.engine.runtime.spawn.commands.ScheduledSpawnPlanCommand>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | runtime |
|
Runtime infrastructure for game execution and lifecycle orchestration. More... | |
| namespace | spawn |
|
Entity spawning infrastructure for the helios engine. More... | |
| namespace | dispatcher |
|
Command dispatchers for spawn operations. More... | |
Classes Index
| class | ScheduledSpawnPlanCommandDispatcher |
|
Dispatcher that routes ScheduledSpawnPlanCommands to the appropriate handler. More... | |
Description
Dispatcher for routing ScheduledSpawnPlanCommands to the SpawnManager.
File Listing
The file content with the documentation metadata removed is:
15export namespace helios::engine::runtime::spawn::dispatcher {
31 class ScheduledSpawnPlanCommandDispatcher final : public helios::engine::runtime::messaging::command::TypedWorldCommandDispatcher<
45 void dispatchTyped(
46 helios::engine::runtime::world::GameWorld& gameWorld,
47 const helios::engine::runtime::spawn::commands::ScheduledSpawnPlanCommand& command
62 ScheduledSpawnPlanCommandDispatcher() = default;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.