missionNameSource: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix old vs non-Eden)
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3dev
|game1= arma3
|version1= 2.02


|version1= 2.01
|gr1= Mission Information
 
|gr1= Mission Information |GROUP1=


|descr= Return workshop-compatible currently loaded mission file (path to mission.pbo, relative to game exe).
|descr= Return workshop-compatible currently loaded mission file (path to mission.pbo, relative to game exe).


{{Informative |
{{Feature | Informative |
* [[missionName]] will return the Workshop user-friendly mission name, whereas [[missionNameSource]] will take the information from [[Mission.sqm|mission.sqm]].
* [[missionName]] will return the Workshop user-friendly mission name, whereas [[missionNameSource]] will take the information from [[Mission.sqm|mission.sqm]].
* pre-v2.02 missions may return an empty string.
* pre-v2.02 missions may return an empty string.
Line 22: Line 21:
|seealso= [[missionName]], [[worldName]], [[briefingName]], [[serverName]], [[worldSize]]
|seealso= [[missionName]], [[worldName]], [[briefingName]], [[serverName]], [[worldSize]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>

Revision as of 16:51, 3 May 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
missionNameSource
Return Value:
String

Examples

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

Additional Information

See also:
missionNameworldNamebriefingNameserverNameworldSize

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