Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::ecs::ClearAllMessagesCmd Struct Reference

Command to clear all message queues without removing registration. More...

#include <builtin_commands.hpp>

Static Public Member Functions

static void Execute (World &world)
 Executes the command to clear all message queues.

Detailed Description

Command to clear all message queues without removing registration.

Clears all messages of all types from their respective queues during execution.

Definition at line 615 of file builtin_commands.hpp.

Member Function Documentation

◆ Execute()

void helios::ecs::ClearAllMessagesCmd::Execute ( World & world)
inlinestatic

Executes the command to clear all message queues.

Parameters
worldReference to the world

Definition at line 620 of file builtin_commands.hpp.