Filter dynamically

This commit is contained in:
FlightControl 2016-12-15 10:22:28 +01:00
parent 80f7269651
commit cf4adbd8d5
2 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ local Scoring = SCORING:New( "SEAD" )
Mission:AddScoring( Scoring ) Mission:AddScoring( Scoring )
-- Define the set of group of planes that can be assigned to the Mission object. -- Define the set of group of planes that can be assigned to the Mission object.
local SEADSet = SET_GROUP:New():FilterPrefixes( "Test SEAD"):FilterOnce() local SEADSet = SET_GROUP:New():FilterPrefixes( "Test SEAD"):FilterStart()
SEADSet:Flush() SEADSet:Flush()
-- Define the set of units that are the targets. -- Define the set of units that are the targets.