Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
builtin_messages.hpp File Reference

Go to the source code of this file.

Classes

class  helios::ecs::EntityAddedMsg
 Message sent when an entity is added. More...
class  helios::ecs::EntityDestroyedMsg
 Message sent when an entity is destroyed. More...
class  helios::ecs::ComponentAddedMsg< T >
 Message sent when a component is added. More...
class  helios::ecs::ComponentRemovedMsg< T >
 Message sent when a component is removed. More...
class  helios::ecs::ComponentsClearedMsg
 Message sent when all components are cleared from an entity. More...
struct  helios::ecs::ResourceInsertedMsg< T >
 Message sent when a resource is inserted. More...
struct  helios::ecs::ResourceRemovedMsg< T >
 Message sent when a resource is removed. More...

Namespaces

namespace  helios
namespace  helios::ecs