BIS fnc singleMissionName: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| tkoh | | tkoh | ||
|1.00|= Game version | |1.00|= Game version | ||
|gr1 = Missions | |gr1 = Missions | ||
| Returns name of currently selected single mission. | | Returns name of currently selected single mission. | ||
| call [[BIS_fnc_singleMissionName]] | | call [[BIS_fnc_singleMissionName]] | ||
| [[String]] - the mission name | | [[String]] - the mission name | ||
|x1= <code>_missionName = [[call]] [[BIS_fnc_singleMissionName]];</code> | |x1= <code>_missionName = [[call]] [[BIS_fnc_singleMissionName]];</code> | ||
| [[missionName]], [[briefingName]] | | [[missionName]], [[briefingName]] | ||
}} | }} | ||
Revision as of 23:48, 17 January 2021
Description
Syntax
- Syntax:
- call BIS_fnc_singleMissionName
- Return Value:
- String - the mission name
Examples
- Example 1:
_missionName = call BIS_fnc_singleMissionName;
Additional Information
- See also:
- missionNamebriefingName
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