mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
TASK_A2A_DISPATCHER documentation
This commit is contained in:
@@ -198,7 +198,7 @@ do -- TASK_A2A_DISPATCHER
|
|||||||
-- -- Set 100km as the radius to engage any target by airborne friendlies.
|
-- -- Set 100km as the radius to engage any target by airborne friendlies.
|
||||||
-- TaskA2ADispatcher:SetEngageRadius() -- 100000 is the default value.
|
-- TaskA2ADispatcher:SetEngageRadius() -- 100000 is the default value.
|
||||||
--
|
--
|
||||||
function AI_A2A_DISPATCHER:SetEngageRadius( EngageRadius )
|
function TASK_A2A_DISPATCHER:SetEngageRadius( EngageRadius )
|
||||||
|
|
||||||
self.Detection:SetFriendliesRange( EngageRadius or 100000 )
|
self.Detection:SetFriendliesRange( EngageRadius or 100000 )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user