BIS fnc singleMissionKeys: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page filling)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Activate mission related keys. |= Description
| Activate mission related keys. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| call [[BIS_fnc_singleMissionKeys]] |= Syntax
| call [[BIS_fnc_singleMissionKeys]] |SYNTAX=


| [[Array]] - List of activated keys |= Return value
| [[Array]] - List of activated keys |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>_activatedKeys = [[call]] '''BIS_fnc_singleMissionKeys''';</code> |= Example 1
|x1= <code>_activatedKeys = [[call]] '''BIS_fnc_singleMissionKeys''';</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[missionName]], [[briefingName]] |= See also
| [[missionName]], [[briefingName]] |SEEALSO=
}}
}}



Revision as of 15:33, 7 April 2019

Hover & click on the images for description

Description

Description:
Activate mission related keys.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_singleMissionKeys
Return Value:
Array - List of activated keys

Examples

Example 1:
_activatedKeys = call BIS_fnc_singleMissionKeys;

Additional Information

See also:
missionNamebriefingName

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

Notes

Bottom Section