isAppSubscribed

From Bohemia Interactive Community
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