- Fixed various `@extends` errors pointing to non-existing classes for AI_*
This commit is contained in:
Frank
2023-10-31 11:44:45 +01:00
parent b05683d384
commit 77f9721102
8 changed files with 12 additions and 25 deletions

View File

@@ -164,15 +164,6 @@ AI_FORMATION.__Enum.ReportType = {
Ground = "G",
}
--- MENUPARAM type
-- @type MENUPARAM
-- @field #AI_FORMATION ParamSelf
-- @field #number ParamDistance
-- @field #function ParamFunction
-- @field #string ParamMessage
--- AI_FORMATION class constructor for an AI group
-- @param #AI_FORMATION self
-- @param Wrapper.Unit#UNIT FollowUnit The UNIT leading the FolllowGroupSet.