getMissionDLCs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command
|arma3 |Game name=
|arma3
|1.62|Game Version=
|1.62
|arg=  |Multiplayer Arguments=
|arg=
|eff=  |Multiplayer Effects=
|eff=


|gr1= Mission Information |GROUP1=
|gr1= Mission Information


|gr2= DLC |GROUP2=
|gr2= DLC
| 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!
| [[getMissionDLCs]] |SYNTAX=
| [[getMissionDLCs]]
|p1=  |PARAMETER1=
|p1=
|p2=  |PARAMETER2=
|p2=
| [[Array]] - list of DLCs detected for the mission |RETURNVALUE=
| [[Array]] - list of DLCs detected for the mission
|x1= _list = [[getMissionDLCs]] |EXAMPLE1=
|x1= _list = [[getMissionDLCs]]
| [[getDLCs]], [[getObjectDLC]], [[getPersonUsedDLCs]], [[getDLCAssetsUsageByName]], [[getDLCAssetsUsage]], [[getAssetDLCInfo]] |SEEALSO=
| [[getDLCs]], [[getObjectDLC]], [[getPersonUsedDLCs]], [[getDLCAssetsUsageByName]], [[getDLCAssetsUsage]], [[getAssetDLCInfo]]
}}
}}



Revision as of 01:41, 18 January 2021

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:
Mission InformationDLC

Syntax

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

Examples

Example 1:
_list = getMissionDLCs

Additional Information

See also:
getDLCsgetObjectDLCgetPersonUsedDLCsgetDLCAssetsUsageByNamegetDLCAssetsUsagegetAssetDLCInfo

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