missionName

From Bohemia Interactive Community
Revision as of 02:07, 18 January 2021 by Lou Montana (talk | contribs) (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Return currently loaded mission file (path to mission.pbo, relative to game exe).
Groups:
Mission Information

Syntax

Syntax:
missionName
Return Value:
String

Examples

Example 1:
hint format ["You are playing mission ""%1""", missionName];

Additional Information

See also:
missionNameSourceworldNamebriefingNameserverNameworldSize

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

Notes

Posted on 2nd August, 2010
kju
Only works in SP and on the MP Host/DS. It returns the mission pboprefix if available, otherwise the pboname. For clients it returns '__cur_mp'.
Posted on September 25, 2014 - 08:05 (UTC)
Kenoxite
In OFP (up to v1.96) it returns the mission filename. In CWA (since v1.99), it returns the briefing name instead when in multiplayer. The string displayed is that set in the Intel section of the mission editor.

Bottom Section