IRemoteConsoleListener

C++
struct IRemoteConsoleListener {
};
File

IConsole.h

Description

This interface for the remote console

IRemoteConsoleListener::~IRemoteConsoleListener Destructor
C++
IRemoteConsoleListener::OnConsoleCommand Method
C++
virtual void OnConsoleCommand(const char* cmd);
IRemoteConsoleListener::OnGameplayCommand Method
C++
virtual void OnGameplayCommand(const char* cmd);