getDLCs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added ID for helicopters)
mNo edit summary
Line 58: Line 58:
249862 - Arma 3 Tactical Guide<br>
249862 - Arma 3 Tactical Guide<br>
288520 - Arma 3 Karts<br>
288520 - Arma 3 Karts<br>
304380 - Arma 3 Helicopters
304380 - Arma 3 Helicopters<br>
322580 - Arma 3 Marksmen
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 22:04, 7 April 2015

Hover & click on the images for description

Description

Description:
Returns array of appIDs of DLCs. Use filter param to get specific type of DLCs:
0 - all
1 - owned
2 - not owned
Groups:
Uncategorised

Syntax

Syntax:
getDLCs filter
Parameters:
filter: Number
Return Value:
Array - array of numbers

Examples

Example 1:
_ownedDLCs = getDLCs 1;
Example 2:
Is the Karts DLC owned by this client? hintSilent str (288520 in (getDLCs 1));

Additional Information

See also:
getObjectDLCs

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

Posted on May 30, 2014 - 18:08 (UTC)
Sniperwolf572
Current list of IDs that correspond to the available DLCs:

275700 - Arma 3 Zeus
249860 - Arma 3 Soundtrack
304400 - Arma 3 DLC Bundle
249861 - Arma 3 Maps
249862 - Arma 3 Tactical Guide
288520 - Arma 3 Karts
304380 - Arma 3 Helicopters
322580 - Arma 3 Marksmen