TEMPEST.114 Posted January 23, 2023 Posted January 23, 2023 --------------------------------------------------------------------------------------------------- -- ** --------------------------------------------------------------------------------------------------- -- TMI - env.mission Data --------------------------------------------------------------------------------------------------- -- ** --------------------------------------------------------------------------------------------------- -- date : table : The date the mission takes place at with Year, Month, and Day entries -- descriptionText : string : Mission briefing defined under the "Situation" page on the briefing panel -- descriptionBlueTask : string : Blue coalition task defined on the briefing panel -- descriptionNeutralsTask: string : Neutral coalition task defined on the briefing panel -- descriptionRedTask : string : Red coalition task defined on the briefing panel -- drawings : table : Table containing information on any drawing placed in the editor. -- pictureFileNameN : table : Neutral coalition briefing images -- pictureFileNameB : table : Blue coalition briefing images -- pictureFileNameR : table : Red coalition briefing images -- result : table : Conditions and actions defined by mission goals in the editor to decide if a mission is "won" -- start_time : number : Time in seconds since midnight for the date set when the mission starts -- sortie : string : Name of the mission as defined in the briefing panel. -- theatre : string : Name of the map the mission takes place on So these are exposed via env.mission But you can't actually get the images in the tables for 'pictureFileName' - so what's the point? getDictValueForKey doesn't (obviously) work, but there is no 'getResValueForKey' function. Why not?
Recommended Posts