mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Implemented
Added date, start time, elapsed time, current time
This commit is contained in:
parent
bcc6b5b5c3
commit
35709987e7
@ -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