mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Filter dynamically
This commit is contained in:
parent
80f7269651
commit
cf4adbd8d5
@ -88,7 +88,7 @@ local Scoring = SCORING:New( "SEAD" )
|
||||
Mission:AddScoring( Scoring )
|
||||
|
||||
-- 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()
|
||||
|
||||
-- Define the set of units that are the targets.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user