BIS fnc singleMissionConfig: Difference between revisions

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


{{Function|= Comments
|game1= tkoh
____________________________________________________________________________________________
|version1= 1.00


| tkoh |= Game name
|game2= arma3
|version2= 0.50


|1.00|= Game version
|gr1= Missions
____________________________________________________________________________________________


| <pre>/*
|descr= Returns config of current single mission.


Description:
|s1= call [[BIS_fnc_singleMissionConfig]]
Returns config of current single mission


Parameter(s):
|r1= [[Config]] or [[Nothing]] - returns [[Config]] if mission was found, otherwise [[Nothing]]
_this select 0 (Optional): STRING - Mission class


Returns:
|x1= <sqf>private _config = call BIS_fnc_singleMissionConfig;</sqf>
CONFIG - config path to mission
NIL - no returned value when mission was not found
*/
 
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_singleMissionConfig]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[missionName]] [[briefingName]] [[BIS_fnc_singleMissionKeys]] [[BIS_fnc_singleMissionName]]
}}
}}
 
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