FlightControl-Master / MOOSE

Mission Object Oriented Scripting Environment (MOOSE) for lua mission scripting design in DCS World
http://flightcontrol-master.github.io/MOOSE/
GNU General Public License v3.0
290 stars 98 forks source link

Broken link in AI.AI_A2G_SEAD branch master #2025

Closed kaltokri closed 1 year ago

kaltokri commented 1 year ago

The following creates a broken link:

-- Use the method @{AI.AI_GCI#AI_A2G_SEAD.SetEngageRange}() to define that range.

I do not find the place where SetEngageRange is defined.

funkyfranky commented 1 year ago

That is inherited from AI_AIR_PATROL:SetEngageRange. Will change it to @{#AI_A2G_SEAD.SetEngageRange}

kaltokri commented 1 year ago

Fixed