idTech4.UI.idListWindow.Activate C# (CSharp) Method

Activate() public method

public Activate ( bool activate, string &act ) : void
activate bool
act string
return void
		public override void Activate(bool activate, ref string act)
		{
			base.Activate(activate, ref act);

			idConsole.Warning("TODO: ListWindow Activate");
			/*if(activate)
			{
				UpdateList();
			}*/
		}