idTech4.idConsole.FatalError C# (CSharp) 메소드

FatalError() 공개 정적인 메소드

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