idTech4.idConsole.FatalError C# (CSharp) Méthode

FatalError() public static méthode

Dump out of the game to a system dialog.
public static FatalError ( string format ) : void
format string
Résultat void
		public static void FatalError(string format, params object[] args)
		{
			idE.System.FatalError(format, args);			
		}