Adds one or more exclude groups to disable and refreshes excludes.
893 {
894 super.AddActiveInputExcludes(excludes);
895
896 if (excludes.Count() != 0)
897 {
898 bool changed = false;
900 {
902 }
903
904 foreach (string excl : excludes)
905 {
907 {
909 changed = true;
910 }
911 }
912
913 if (changed)
914 {
916 #ifdef BULDOZER
918 #endif
919 }
920 }
921 }
ref array< string > m_ActiveInputExcludeGroups
override void RefreshExcludes()
queues refresh of input excludes