Skip to main content

MatchStateTransitionId.ixx File

Identifiers for match state transitions. More...

Included Headers

#include <cstdint> #include <helios.engine.mechanics.match.types.MatchState>

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...

namespacematch

Match state management for the helios engine. More...

namespacetypes

Core types for match state management. More...

Description

Identifiers for match state transitions.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file MatchStateTransitionId.ixx
3 * @brief Identifiers for match state transitions.
4 */
5module;
6
7#include <cstdint>
8
9export module helios.engine.mechanics.match.types.MatchStateTransitionId;
10
11import helios.engine.mechanics.match.types.MatchState;
12
13
14
16
17 /**
18 * @brief Enumeration of transition identifiers.
19 *
20 * Each identifier represents a specific type of match state transition request.
21 */
22 enum class MatchStateTransitionId : uint16_t {
23
25
27
29
31
33
35
37
39
40 };
41
42}
43

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.