getMissionDLCs: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
|arma3 | |arma3 | ||
|1.62 | |1.62 | ||
|arg | |arg= | ||
|eff | |eff= | ||
|gr1= Mission Information | |gr1= Mission Information | ||
|gr2= DLC | |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! | | 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]] | | [[getMissionDLCs]] | ||
|p1 | |p1= | ||
|p2 | |p2= | ||
| [[Array]] - list of DLCs detected for the mission | | [[Array]] - list of DLCs detected for the mission | ||
|x1= _list = [[getMissionDLCs]] | |x1= _list = [[getMissionDLCs]] | ||
| [[getDLCs]], [[getObjectDLC]], [[getPersonUsedDLCs]], [[getDLCAssetsUsageByName]], [[getDLCAssetsUsage]], [[getAssetDLCInfo]] | | [[getDLCs]], [[getObjectDLC]], [[getPersonUsedDLCs]], [[getDLCAssetsUsageByName]], [[getDLCAssetsUsage]], [[getAssetDLCInfo]] | ||
}} | }} | ||
Revision as of 00:41, 18 January 2021
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