Skip to main content

WorldLifecycleAction.ixx File

Enumeration of world-level lifecycle actions. More...

Included Headers

#include <cstdint>

Namespaces Index

namespacehelios
namespaceengine

Main engine module aggregating core infrastructure and game systems. More...

namespacemechanics

High-level gameplay systems and components for game logic. More...

namespacelifecycle

Lifecycle management for entity components and world-level operations. More...

namespacetypes

Core type definitions for the lifecycle module. More...

Description

Enumeration of world-level lifecycle actions.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file WorldLifecycleAction.ixx
3 * @brief Enumeration of world-level lifecycle actions.
4 */
5module;
6
7#include <cstdint>
8
9export module helios.engine.mechanics.lifecycle.types.WorldLifecycleAction;
10
12
13 /**
14 * @brief Actions that can be requested via WorldLifecycleCommand.
15 */
16 enum class WorldLifecycleAction : uint8_t {
17 /**
18 * @brief Resets all managers and the session to their initial state.
19 */
20 Reset = 0
21 };
22
23}
24

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.