mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xx
This commit is contained in:
parent
fd2dacaefb
commit
b9be3aa7f8
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user