mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
trace off
This commit is contained in:
parent
2e045f2cea
commit
e7846e2978
@ -13,18 +13,18 @@ _TraceClass = {
|
||||
--SPAWN = true,
|
||||
--STAGE = true,
|
||||
--ZONE = true,
|
||||
GROUP = true,
|
||||
--GROUP = true,
|
||||
--UNIT = true,
|
||||
CLIENT = true,
|
||||
--CLIENT = true,
|
||||
--CARGO = true,
|
||||
--CARGO_GROUP = true,
|
||||
--CARGO_PACKAGE = true,
|
||||
--CARGO_SLINGLOAD = true,
|
||||
--CARGO_ZONE = true,
|
||||
--CLEANUP = true,
|
||||
MENU_SUB_GROUP = true,
|
||||
MENU_COMMAND_GROUP = true,
|
||||
ESCORT = true,
|
||||
--MENU_SUB_GROUP = true,
|
||||
--MENU_COMMAND_GROUP = true,
|
||||
--ESCORT = true,
|
||||
}
|
||||
|
||||
--- The BASE Class
|
||||
|
||||
@ -181,7 +181,7 @@ function ESCORT:_ScanForTargets()
|
||||
-- EscortTargetLastVelocity } )
|
||||
|
||||
if EscortTarget.distance then
|
||||
local EscortTargetUnitPositionVec3 = EscortTargetUnit:GetPositionVec3()
|
||||
local EscortTargetUnitPositionVec3 = EscortTargetUnit:GetPositionVec()
|
||||
local EscortPositionVec3 = self.EscortGroup:GetPositionVec3()
|
||||
local Distance = routines.utils.get3DDist( EscortTargetUnitPositionVec3, EscortPositionVec3 ) / 1000
|
||||
self:T( { self.EscortGroup:GetName(), EscortTargetUnit:GetName(), Distance, EscortTarget.visible } )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user