playMission: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *D([a-z])" to "$1 - d$2")
 
(55 intermediate revisions by 15 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|PLAYMISSION]]
{{RV|type=command
[[Category:Scripting Commands OFP Elite |PLAYMISSION]]
[[Category:Scripting Commands ArmA|PLAYMISSION]]


|game1= ofpe
|version1= 1.00


<h2 style="color:#000066">''' playMission ''[campaign, mission]'' or ''[campaign, mission, skipBriefing]'''''</h2>
|game2= arma1
|version2= 1.00


|game3= arma2
|version3= 1.00


'''Operand types:'''
|game4= arma2oa
|version4= 1.50


'''[campaign, mission]''' or '''[campaign, mission, skipBriefing]:''' [[Array]]
|game5= tkoh
|version5= 1.00


'''Type of returned value:'''
|game6= arma3
|version6= 0.50


[[Nothing]]
|gr1= System


'''Compatibility:'''
|descr= The mission is launched (from the main menu).


Version 2.19 required.
|s1= [[playMission]] [campaign, mission, skipBriefing]


'''Description:'''
|p1= campaign: [[String]] - directory of Campaign, if empty a single mission is launched


The mission is launched (from the main menu).
|p2= mission: [[String]] or [[Config]] - directory if a string


Both campaign and mission are given as their directory name.
|p3= skipBriefing: [[Boolean]] - (Optional) If true, the intro and briefing are skipped.


If the campaign is empty, a single mission is launched.
|r1= [[Nothing]]


If skipBriefing is true, the intro and briefing are skipped.
|x1= <sqf>playMission ["XOutrage","x05Negotiator.Noe"];</sqf>


|x2= <sqf>playMission ["", configFile >> "CfgMissions" >> "Missions" >> "Armory1"];</sqf>


'''Example:'''
|x3= <sqf>playMission ["","\A3\Missions_F_Bootcamp\Scenarios\Arsenal.VR"];</sqf>


'''playMission''' ["XOutrage","x05Negotiator.Noe"]
|seealso= [[hostMission]] [[playScriptedMission]]
}}

Latest revision as of 15:01, 8 November 2023

Hover & click on the images for description

Description

Description:
The mission is launched (from the main menu).
Groups:
System

Syntax

Syntax:
playMission [campaign, mission, skipBriefing]
Parameters:
campaign: String - directory of Campaign, if empty a single mission is launched
mission: String or Config - directory if a string
skipBriefing: Boolean - (Optional) If true, the intro and briefing are skipped.
Return Value:
Nothing

Examples

Example 1:
playMission ["XOutrage","x05Negotiator.Noe"];
Example 2:
playMission ["", configFile >> "CfgMissions" >> "Missions" >> "Armory1"];
Example 3:
playMission ["","\A3\Missions_F_Bootcamp\Scenarios\Arsenal.VR"];

Additional Information

See also:
hostMission playScriptedMission

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note