getDLCs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(capitalisation)
(capitalisation)
Line 13: Line 13:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''getDlcs''' filter |= Syntax
| '''getDLCs''' filter |= Syntax


|p1=  filter: [[Number]] |=  
|p1=  filter: [[Number]] |=  

Revision as of 10:01, 24 April 2014

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;

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