Open 3D Engine AzFramework API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <ConsoleBus.h>
Inherits AZ::EBusTraits.
Public Member Functions | |
virtual void | OnConsoleCommandExecuted (const char *command)=0 |
Static Public Member Functions | |
static void | Reflect (AZ::ReflectContext *context) |
Event bus that can be used to request commands be executed by the console Only one console can exist at a time, which is why this bus supports only one listener.