missionName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(see also)
Line 15: Line 15:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[String]] <nowiki>=</nowiki> '''missionName''' |= Syntax
| '''missionName''' |= Syntax


| [[String]] |= Return value
| [[String]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[worldName]], [[briefingName]] |= See also


}}
}}

Revision as of 18:13, 17 February 2015


Hover & click on the images for description

Description

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

Syntax

Syntax:
missionName
Return Value:
String

Examples

Examples:
Example needed

Additional Information

See also:
worldNamebriefingName

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'.

Bottom Section

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.