idTech4.idSession.DispatchCommand C# (CSharp) Method

DispatchCommand() private method

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

Same methods

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