getMissionDLCs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Tom 48 97 moved page getMissionDlcs to getMissionDLCs)
No edit summary
Line 8: Line 8:
| Returns list of DLCs that are used in the mission. List is created only from units listed in mission.sqm and doesn't detect units created by scripts! |= Description
| Returns list of DLCs that are used in the mission. List is created only from units listed in mission.sqm and doesn't detect units created by scripts! |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[getMissionDlcs]] |= Syntax
| [[getMissionDLCs]] |= Syntax
|p1=  |= Parameter 1
|p1=  |= Parameter 1
|p2=  |= Parameter 2
|p2=  |= Parameter 2
Line 16: Line 16:
|p3=  |= Parameter 6
|p3=  |= Parameter 6
| [[Array]] - list of DLCs detected for the mission |= Return Value
| [[Array]] - list of DLCs detected for the mission |= Return Value
|x1= _list = [[getMissionDlcs]] |= Example 1
|x1= _list = [[getMissionDLCs]] |= Example 1
| - |= See Also
| - |= See Also
}}
}}

Revision as of 11:00, 4 July 2016

Hover & click on the images for description

Description

Description:
Returns list of DLCs that are used in the mission. List is created only from units listed in mission.sqm and doesn't detect units created by scripts!
Groups:
Uncategorised

Syntax

Syntax:
getMissionDLCs
Return Value:
Array - list of DLCs detected for the mission

Examples

Example 1:
_list = getMissionDLCs

Additional Information

See also:
-

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

Bottom Section