Updates of tracing

This commit is contained in:
FlightControl_Master
2017-08-06 17:37:36 +02:00
parent 2dcc1aaf0a
commit 63866e4aa9
5 changed files with 9 additions and 9 deletions

View File

@@ -350,7 +350,7 @@ end
--- @param Wrapper.Group#GROUP AIGroup
function AI_A2A_CAP.AttackRoute( AIGroup )
AIGroup:E( { "AI_A2A_CAP.AttackRoute:", AIGroup:GetName() } )
AIGroup:F( { "AI_A2A_CAP.AttackRoute:", AIGroup:GetName() } )
if AIGroup:IsAlive() then
local _AI_A2A_CAP = AIGroup:GetState( AIGroup, "AI_A2A_CAP" ) -- AI.AI_Cap#AI_A2A_CAP
@@ -497,7 +497,7 @@ end
--- @param Wrapper.Group#GROUP AIGroup
function AI_A2A_CAP.Resume( AIGroup )
AIGroup:E( { "AI_A2A_CAP.Resume:", AIGroup:GetName() } )
AIGroup:F( { "AI_A2A_CAP.Resume:", AIGroup:GetName() } )
if AIGroup:IsAlive() then
local _AI_A2A = AIGroup:GetState( AIGroup, "AI_A2A" ) -- #AI_A2A
_AI_A2A:__Reset( 1 )