Skip to main content

ai Namespace

AI behavior modules for game entities. More...

Definition

namespace helios::engine::modules::ai { ... }

Namespaces Index

namespacecomponents

AI behavior data components. More...

namespacesystems

AI behavior processing systems. More...

Functions Index

voidregisterComponents ()

Registers all AI components with the ComponentReflector. More...

Description

AI behavior modules for game entities.

This module provides components and systems for artificial intelligence behaviors, including chase/pursuit mechanics. ChaseComponent stores target and timing data, while ChaseSystem processes entities to steer them towards their targets.

Functions

registerComponents()

void helios::engine::modules::ai::registerComponents ()
inline

Registers all AI components with the ComponentReflector.

Definition at line 17 of file registry.ixx.

17 inline void registerComponents() {
19
20 R::registerType<components::ChaseComponent>();
21 }

Referenced by helios::engine::modules::registerComponents.


The documentation for this namespace was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.