idTech4.idGameConsole.Init C# (CSharp) Method

Init() public method

public Init ( ) : void
return void
		public void Init()
		{
			idE.CmdSystem.AddCommand("clear", "clears the console", CommandFlags.System, new EventHandler<CommandEventArgs>(Cmd_Clear));
			idE.CmdSystem.AddCommand("conDump", "dumps the console text to a file", CommandFlags.System, new EventHandler<CommandEventArgs>(Cmd_Dump));
		}