Skip to main content

TimerState.ixx File

Enumeration of possible game timer states. More...

Namespaces Index

namespacehelios
namespaceengine
namespaceruntime
namespacetiming
namespacetypes

Description

Enumeration of possible game timer states.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7
8
9export module helios.engine.runtime.timing.types.TimerState;
10
12
16 enum class TimerState {
17
21 Undefined = 0,
22
26 Running = 1,
27
31 Paused = 2,
32
36 Finished = 3,
37
41 Cancelled = 4
42 };
43
44}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.