isDLCAvailable: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma 3 |= Game name |1.00|= Game version <!-- unkown --> ...") |
No edit summary |
||
Line 41: | Line 41: | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | ||
<!-- CONTINUE Notes --> | |||
<dl class="command_description"> | |||
<dd class="notedate">Posted on October 19, 2014 - 02:39 (UTC)</dd> | |||
<dt class="note">[[User:Benargee|Benargee]]</dt> | |||
<dd class="note">appid can be taken from Steam DLC url. | |||
*Karts url is <nowiki>http://store.</nowiki>steampowered.com/app/'''288520'''/ | |||
*Zeus url is <nowiki>http://store.</nowiki>steampowered.com/app/'''275700'''/ | |||
*DLC bundle url is <nowiki>http://store.</nowiki>steampowered.com/app/'''304400'''/</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 03:39, 19 October 2014
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
- Posted on October 19, 2014 - 02:39 (UTC)
- Benargee
- appid can be taken from Steam DLC url.
- Karts url is http://store.steampowered.com/app/288520/
- Zeus url is http://store.steampowered.com/app/275700/
- DLC bundle url is http://store.steampowered.com/app/304400/