BIS fnc singleMissionConfig: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2")
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| tkoh |Game name=
|game1= tkoh
|version1= 1.00


|1.00|Game version=
|game2= arma3
____________________________________________________________________________________________
|version2= 0.50


| Returns config of current single mission. |DESCRIPTION=
|gr1= Missions
____________________________________________________________________________________________


| call '''BIS_fnc_singleMissionConfig'''|SYNTAX=
|descr= Returns config of current single mission.


| [[Config]] or [[Nothing]] - Returns [[Config]] if mission was found, otherwise [[Nothing]] |RETURNVALUE=
|s1= call [[BIS_fnc_singleMissionConfig]]
____________________________________________________________________________________________


|x1= <code>_config = [[call]] '''BIS_fnc_singleMissionConfig''';</code> |EXAMPLE1=
|r1= [[Config]] or [[Nothing]] - returns [[Config]] if mission was found, otherwise [[Nothing]]
____________________________________________________________________________________________


| [[missionName]], [[briefingName]], [[BIS_fnc_singleMissionKeys]], [[BIS_fnc_singleMissionName]] |SEEALSO=
|x1= <sqf>private _config = call BIS_fnc_singleMissionConfig;</sqf>
 
|seealso= [[missionName]] [[briefingName]] [[BIS_fnc_singleMissionKeys]] [[BIS_fnc_singleMissionName]]
}}
}}
singleMissionKeys
singleMissionKeys
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Missions|{{uc:singleMissionConfig}}]]
[[Category:Functions|{{uc:singleMissionConfig}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:singleMissionConfig}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:singleMissionConfig}}]]

Latest revision as of 16:47, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns config of current single mission.
Execution:
call
Groups:
Missions

Syntax

Syntax:
call BIS_fnc_singleMissionConfig
Return Value:
Config or Nothing - returns Config if mission was found, otherwise Nothing

Examples

Example 1:
private _config = call BIS_fnc_singleMissionConfig;

Additional Information

See also:
missionName briefingName BIS_fnc_singleMissionKeys BIS_fnc_singleMissionName

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