- 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

@@ -199,13 +199,6 @@ AI_ESCORT = {
-- @field Functional.Detection#DETECTION_AREAS
AI_ESCORT.Detection = nil
--- MENUPARAM type
-- @type MENUPARAM
-- @field #AI_ESCORT ParamSelf
-- @field #Distance ParamDistance
-- @field #function ParamFunction
-- @field #string ParamMessage
--- AI_ESCORT class constructor for an AI group
-- @param #AI_ESCORT self
-- @param Wrapper.Client#CLIENT EscortUnit The client escorted by the EscortGroup.