isAppSubscribed

From Bohemia Interactive Community
Revision as of 19:31, 7 December 2023 by Lou Montana (talk | contribs) (Page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Find if the provided appId's game/DLC is owned by the currently logged Steam account.
Groups:
Argo

Syntax

Syntax:
isAppSubscribed appId
Parameters:
appId: Number - Steam's appId
Return Value:
Boolean - true if the current Steam account has said app, false otherwise

Examples

Example 1:
if (isAppSubscribed 107410) then { systemChat "You have Arma 3, my dude!"; }; if (isAppSubscribed 571710) then { systemChat "You even own Laws of War, excellent!!"; };

Additional Information

See also:
openSteamApp

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