BIS fnc singleMissionConfig: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Missions(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| tkoh |Game name=
| tkoh |Game name=
Line 7: Line 6:


|gr1 = Missions |GROUP1=
|gr1 = Missions |GROUP1=
____________________________________________________________________________________________


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


| call '''BIS_fnc_singleMissionConfig'''|SYNTAX=
| call '''BIS_fnc_singleMissionConfig'''|SYNTAX=


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


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


| [[missionName]], [[briefingName]], [[BIS_fnc_singleMissionKeys]], [[BIS_fnc_singleMissionName]] |SEEALSO=
| [[missionName]], [[briefingName]], [[BIS_fnc_singleMissionKeys]], [[BIS_fnc_singleMissionName]] |SEEALSO=

Revision as of 00:44, 17 January 2021

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:
_config = call BIS_fnc_singleMissionConfig;

Additional Information

See also:
missionNamebriefingNameBIS_fnc_singleMissionKeysBIS_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

Notes

Bottom Section