mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
FunkMan
**RANGE** - Changed keyword in result tables to "command" for compatibility with DCSServerBot **AIRBOSS** - Changed keyword in result tables to "command" for compatibility with DCSServerBot - Fix bug in Alt and AoA data round function when creating trapsheet data **SOCKET** - Changed for compatibility with DCSServerBot
This commit is contained in:
@@ -1962,7 +1962,7 @@ function RANGE:OnEventShot( EventData )
|
||||
local _results = self.bombPlayerResults[_playername]
|
||||
|
||||
local result = {} -- #RANGE.BombResult
|
||||
result.dataType = "Bomb Result"
|
||||
result.command=SOCKET.DataType.BOMBRESULT
|
||||
result.name = _closetTarget.name or "unknown"
|
||||
result.distance = _distance
|
||||
result.radial = _closeCoord:HeadingTo( impactcoord )
|
||||
@@ -3112,7 +3112,7 @@ function RANGE:_CheckInZone( _unitName )
|
||||
|
||||
-- Strafe result.
|
||||
local result = {} -- #RANGE.StrafeResult
|
||||
result.dataType="Strafe Result"
|
||||
result.command=SOCKET.DataType.STRAFERESULT
|
||||
result.player=_playername
|
||||
result.name=_result.zone.name or "unknown"
|
||||
result.time = timer.getAbsTime()
|
||||
|
||||
Reference in New Issue
Block a user