idTech4.idSession.DispatchCommand C# (CSharp) 메소드

DispatchCommand() 개인적인 메소드

private DispatchCommand ( idUserInterface gui, string menuCommand ) : void
gui idTech4.UI.idUserInterface
menuCommand string
리턴 void
		private void DispatchCommand(idUserInterface gui, string menuCommand)
		{
			DispatchCommand(gui, menuCommand, true);
		}

Same methods

idSession::DispatchCommand ( idUserInterface gui, string menuCommand, bool doIngame ) : void