isDLCAvailable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma 3 |= Game name |1.00|= Game version <!-- unkown --> ...")
(No difference)

Revision as of 04:28, 19 October 2014

Hover & click on the images for description

Description

Description:
Returns true if the DLC is marked as available. (Steam)
Groups:
Uncategorised

Syntax

Syntax:
isDLCAvailable appid
Parameters:
appid : Number
Return Value:
Boolean

Examples

Example 1:
_Karts = 288520; isDLCAvailable _Karts;//Returns true

Additional Information

See also:
See also needed

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