BIS fnc singleMissionConfig: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2")
 
(28 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


|gr1 = Missions |GROUP1=
|gr1= Missions


| Returns config of current single mission. |DESCRIPTION=
|descr= Returns config of current single mission.


| call '''BIS_fnc_singleMissionConfig'''|SYNTAX=
|s1= call [[BIS_fnc_singleMissionConfig]]


| [[Config]] or [[Nothing]] - Returns [[Config]] if mission was found, otherwise [[Nothing]] |RETURNVALUE=
|r1= [[Config]] or [[Nothing]] - returns [[Config]] if mission was found, otherwise [[Nothing]]


|x1= <code>_config = [[call]] '''BIS_fnc_singleMissionConfig''';</code> |EXAMPLE1=
|x1= <sqf>private _config = call BIS_fnc_singleMissionConfig;</sqf>


| [[missionName]], [[briefingName]], [[BIS_fnc_singleMissionKeys]], [[BIS_fnc_singleMissionName]] |SEEALSO=
|seealso= [[missionName]] [[briefingName]] [[BIS_fnc_singleMissionKeys]] [[BIS_fnc_singleMissionName]]
}}
}}
singleMissionKeys
singleMissionKeys
<h3 style="display:none">Bottom Section</h3>
[[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