ScheduledSpawnPlanCommand.ixx File
Command for executing a scheduled spawn plan. More...
Included Headers
#include <cassert>
#include <memory>
#include <helios.engine.runtime.spawn.scheduling.SpawnPlan>
#include <helios.engine.runtime.spawn.types.SpawnContext>
#include <helios.engine.runtime.spawn.types.SpawnProfileId>
#include <helios.engine.runtime.spawn.scheduling.ScheduledSpawnPlan>
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 | commands |
|
Commands for spawn and despawn operations. More... | |
Classes Index
| class | ScheduledSpawnPlanCommand |
|
Command for executing a scheduled spawn plan. More... | |
Description
Command for executing a scheduled spawn plan.
File Listing
The file content with the documentation metadata removed is:
20using namespace helios::engine::runtime::spawn::types;
21using namespace helios::engine::runtime::spawn::scheduling;
22export namespace helios::engine::runtime::spawn::commands {
44 class ScheduledSpawnPlanCommand {
49 helios::engine::runtime::spawn::types::SpawnProfileId spawnProfileId_;
54 helios::engine::runtime::spawn::scheduling::SpawnPlan spawnPlan_;
59 SpawnContext spawnContext_;
70 explicit ScheduledSpawnPlanCommand(
71 const SpawnProfileId spawnProfileId,
73 const SpawnContext& spawnContext
75 spawnProfileId_(spawnProfileId),
76 spawnPlan_(spawnPlan),
77 spawnContext_(spawnContext)
85 [[nodiscard]] SpawnProfileId spawnProfileId() const noexcept {
103 [[nodiscard]] SpawnContext spawnContext() const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.