#AI_A2X...

* Fixes
This commit is contained in:
Applevangelist 2023-05-09 09:49:13 +02:00
parent 8d25bdec7c
commit bd01946f88
3 changed files with 3 additions and 3 deletions

View File

@ -951,7 +951,7 @@ do -- AI_A2G_DISPATCHER
AI_A2G_DISPATCHER.DefenseQueue = {}
--- Defense approach types.
-- @type #AI_A2G_DISPATCHER.DefenseApproach
-- @type AI_A2G_DISPATCHER.DefenseApproach
AI_A2G_DISPATCHER.DefenseApproach = {
Random = 1,
Distance = 2,

View File

@ -947,7 +947,7 @@ do -- AI_AIR_DISPATCHER
AI_AIR_DISPATCHER.DefenseQueue = {}
--- Defense approach types
-- @type #AI_AIR_DISPATCHER.DefenseApproach
-- @type AI_AIR_DISPATCHER.DefenseApproach
AI_AIR_DISPATCHER.DefenseApproach = {
Random = 1,
Distance = 2,

View File

@ -206,7 +206,7 @@ FLIGHTGROUP.PlayerSkill = {
--- Player data.
-- @type FLIGHTGROUP.PlayerData
-- @type #string name Player name.
-- @field #string name Player name.
-- @field #boolean subtitles Display subtitles.
-- @field #string skill Skill level.