Skip to content

MissionSummary Class

Paulo Rafael edited this page Jan 17, 2024 · 5 revisions

Mission Summary

MissionSummary class is MissionSummaryData adapted for Lua. It contains the summary data of the mission like traffic density, city type, etc.

Keys

short MoodId - The ID of the mood file containing sky info.
short LocaleId - The ID of the file containing localised strings.
float X - The X axis of start position.
float Y - The Y axis of start position.
string Level - A string indicating the name of the level that this mission is currently based at. (list of level names can be seen below)

Level Names

Valid level names for the string MissionSummary.Level in chronologic order:

  1. Miami_Day
  2. Miami_Night
  3. Nice_Day
  4. Nice_Night
  5. Istanbul_Day
  6. Istanbul_Night

Clone this wiki locally