#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.