RuleProcessor.ixx File
Abstract interface for processing spawn rules. More...
Included Headers
#include <helios.engine.runtime.spawn.policy.SpawnRuleState>
#include <helios.engine.runtime.spawn.policy.SpawnRule>
#include <helios.engine.core.data.SpawnProfileId>
#include <helios.engine.runtime.spawn.SpawnContext>
#include <helios.engine.runtime.spawn.scheduling.SpawnPlan>
#include <helios.engine.runtime.world.UpdateContext>
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 | scheduling |
|
Spawn scheduling and plan management. More... | |
Classes Index
| class | RuleProcessor |
|
Abstract interface for processing spawn rules into spawn plans. More... | |
Description
Abstract interface for processing spawn rules.
File Listing
The file content with the documentation metadata removed is:
18export namespace helios::engine::runtime::spawn::scheduling {
38 class RuleProcessor {
45 virtual ~RuleProcessor() = default;
62 virtual SpawnPlan processRule(
63 const helios::engine::runtime::world::UpdateContext& updateContext,
64 const helios::engine::runtime::spawn::SpawnContext& spawnContext,
65 const helios::engine::core::data::SpawnProfileId spawnProfileId,
66 helios::engine::runtime::spawn::policy::SpawnRule& spawnRule,
67 helios::engine::runtime::spawn::policy::SpawnRuleState& spawnRuleState
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.