mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2025-08-15 10:47:23 +00:00
- Added mist.DBs.drawingsByName and mist.DBs.drawingIndexed. They are a table of points -Added new callsigns to mist.DBs.const.callsigns -Added mist.marker.drawShape. mist.shape.getPointOnSegment -Added mist.shape.segmentInsersect -Added mist.mapValue -Added mist.utils.hexToRGB -Added mist.getWindBearingAndVel -Updated mist.messages to only display a message if the messages has been updated. This should prevent spamming the message log. Fixed: Bug with mist.marker.add() associated with text boxes Fixed: Zone radius value of verticies present Updated: DB Sample Files
28 lines
462 B
Lua
28 lines
462 B
Lua
missionData =
|
|
{
|
|
["version"] = 20,
|
|
["files"] =
|
|
{
|
|
}, -- end of ["files"]
|
|
["startTime"] = 43200,
|
|
["theatre"] = "Caucasus",
|
|
["bullseye"] =
|
|
{
|
|
["neutral"] =
|
|
{
|
|
["y"] = 23527.410527318,
|
|
["x"] = -740.03186333284,
|
|
}, -- end of ["neutral"]
|
|
["blue"] =
|
|
{
|
|
["y"] = 617414,
|
|
["x"] = -291014,
|
|
}, -- end of ["blue"]
|
|
["red"] =
|
|
{
|
|
["y"] = 371700,
|
|
["x"] = 11557,
|
|
}, -- end of ["red"]
|
|
}, -- end of ["bullseye"]
|
|
} -- end of missionData
|