Skip to main content

DestroySessionSystem.ixx File

System that transitions the current session into the destroyed state. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespaceplatform
namespacelifecycle
namespacesystems

Classes Index

classDestroySessionSystem

System that marks the active session as destroyed. More...

Description

System that transitions the current session into the destroyed state.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.platform.lifecycle.systems.DestroySessionSystem;
8
9
10import helios.engine.runtime.world.UpdateContext;
11import helios.engine.runtime.world.Session;
12import helios.engine.runtime.world.tags.SystemRole;
13
15
17
25
26 public:
27
32
39 updateContext.session().destroy();
40 }
41 };
42
43}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.