ScenEdit_GetMission ( SideNameOrId, MissionNameOrId)

This function retrieves the specific mission details

Parameters

  • SideNameOrId string The side name/guid
  • MissionNameOrId string The mission name/guid

Returns

Mission The mission wrapper if the it exists ornilotherwise.

Example
local mission = ScenEdit_GetMission( 'USA', 'CV CAP Left' )