mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Merge pull request #203 from Pax1601/146-add-in-game-clock-time-to-data-stream
Implemented
This commit is contained in:
commit
e04e4b2dec
@ -553,7 +553,10 @@ function Olympus.setMissionData(arg, time)
|
||||
|
||||
local mission = {}
|
||||
mission.theatre = env.mission.theatre
|
||||
mission.time = DCS.getRealTime()
|
||||
mission.elapsedTime = DCS.getRealTime()
|
||||
mission.time = mist.time.getDHMS(timer.getAbsTime())
|
||||
mission.startTime = env.mission.start_time
|
||||
mission.date = env.mission.date
|
||||
|
||||
-- Assemble missionData table
|
||||
missionData["bullseyes"] = bullseyes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user