DespawnCommandDispatcher.ixx File
Dispatcher for routing DespawnCommands 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.DespawnCommand>
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 | DespawnCommandDispatcher |
|
Dispatcher that routes DespawnCommands to the appropriate handler. More... | |
Description
Dispatcher for routing DespawnCommands to the SpawnManager.
File Listing
The file content with the documentation metadata removed is:
15export namespace helios::engine::runtime::spawn::dispatcher {
31 class DespawnCommandDispatcher final : public helios::engine::runtime::messaging::command::TypedWorldCommandDispatcher<
47 void dispatchTyped(
48 helios::engine::runtime::world::GameWorld& gameWorld,
49 const helios::engine::runtime::spawn::commands::DespawnCommand& command
62 DespawnCommandDispatcher() = default;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.