missionName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replace - "</dt>" to "")
m (Text replace - "</dd>" to "")
Line 28: Line 28:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


<dd class="notedate">Posted on 2nd August, 2010</dd>
<dd class="notedate">Posted on 2nd August, 2010
<dt class="note">[[User:kju|kju]]<dd class="note">
<dt class="note">[[User:kju|kju]]<dd class="note">
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'.
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'.
</dd>
 


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 14:36, 21 October 2011


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:
String = missionName
Return Value:
String

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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