This commit is contained in:
Applevangelist 2025-07-27 14:50:45 +02:00
parent fd2dacaefb
commit b9be3aa7f8

View File

@ -2443,19 +2443,19 @@ function CSAR:_ReachedPilotLimit()
end end
end end
--- User - Function to add onw SET_GROUP Set-up for pilot filtering and assignment. --- User - Function to add onw SET_GROUP Set-up for pilot filtering and assignment.
-- Needs to be set before starting the CSAR instance. -- Needs to be set before starting the CSAR instance.
-- @param #CSAR self -- @param #CSAR self
-- @param Core.Set#SET_GROUP Set The SET_GROUP object created by the mission designer/user to represent the CSAR pilot groups. -- @param Core.Set#SET_GROUP Set The SET_GROUP object created by the mission designer/user to represent the CSAR pilot groups.
-- @return #CSAR self -- @return #CSAR self
function CSAR:SetOwnSetPilotGroups(Set) function CSAR:SetOwnSetPilotGroups(Set)
self.UserSetGroup = Set self.UserSetGroup = Set
return self return self
end end
------------------------------ ------------------------------
--- FSM internal Functions --- --- FSM internal Functions ---
------------------------------ ------------------------------
--- (Internal) Function called after Start() event. --- (Internal) Function called after Start() event.
-- @param #CSAR self. -- @param #CSAR self.