idTech4.idConsole.ClearWarnings C# (CSharp) Method

ClearWarnings() public static method

public static ClearWarnings ( string reason ) : void
reason string
return void
		public static void ClearWarnings(string reason)
		{
			_warningCaption = reason;
			_warningList.Clear();
		}
		#endregion