Class DXRenderTargetClearCommand

Inheritance Relationships

Base Type

Class Documentation

class DXRenderTargetClearCommand : public Blam::Console::ConsoleCommand

Class for the dx_render_target_clear command.

This command is an earlier command from the ImGUI console, and should be migrated to an engine global.

Public Functions

DXRenderTargetClearCommand()
~DXRenderTargetClearCommand()
CommandStatus onCommand(std::vector<std::string> arguments)

Called upon command execution.

Return

The status of the command execution. See Blam::Console::CommandStatus for details.

Parameters
  • arguments: - The list of arguments passed to the command. Any space character in the command line is treated as a new argument.