BIS fnc singleMissionConfig: 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 | |1.00 | ||
|gr1 = Missions | |gr1 = Missions | ||
| Returns config of current single mission. | | Returns config of current single mission. | ||
| call '''BIS_fnc_singleMissionConfig''' | | call '''BIS_fnc_singleMissionConfig''' | ||
| [[Config]] or [[Nothing]] - Returns [[Config]] if mission was found, otherwise [[Nothing]] | | [[Config]] or [[Nothing]] - Returns [[Config]] if mission was found, otherwise [[Nothing]] | ||
|x1= <code>_config = [[call]] '''BIS_fnc_singleMissionConfig''';</code> | |x1= <code>_config = [[call]] '''BIS_fnc_singleMissionConfig''';</code> | ||
| [[missionName]], [[briefingName]], [[BIS_fnc_singleMissionKeys]], [[BIS_fnc_singleMissionName]] | | [[missionName]], [[briefingName]], [[BIS_fnc_singleMissionKeys]], [[BIS_fnc_singleMissionName]] | ||
}} | }} | ||
singleMissionKeys | singleMissionKeys |
Revision as of 23:44, 17 January 2021
Description
Syntax
- Syntax:
- call BIS_fnc_singleMissionConfig
- Return Value:
- Config or Nothing - Returns Config if mission was found, otherwise Nothing
Examples
- Example 1:
_config = call BIS_fnc_singleMissionConfig;
Additional Information
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
singleMissionKeys