openSteamApp: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(21 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.78 | |||
| | |gr1= System | ||
| | |descr= Opens a Steam application, returns false if it was not possible to run the application. | ||
| | |s1= [[openSteamApp]] appID | ||
| [[ | |p1= appID: [[Number]] | ||
| | |r1= [[Boolean]] | ||
| | |x1= <sqf>openSteamApp 553228;</sqf> | ||
|seealso= [[getSteamFriendsServers]] [[openYoutubeVideo]] | |||
}} | |||
| | |||
{{Note | |||
|user= .kju | |||
|timestamp= 20180802142600 | |||
|text= It seems like it was limited to bohemia stuff. Like launching 'Arma 3 Community Guide Series: Zeus DLC'. | |||
}} | }} | ||
Latest revision as of 11:07, 4 May 2022
Description
- Description:
- Opens a Steam application, returns false if it was not possible to run the application.
- Groups:
- System
Syntax
- Syntax:
- openSteamApp appID
- Parameters:
- appID: Number
- Return Value:
- Boolean
Examples
- Example 1:
- openSteamApp 553228;
Additional Information
- See also:
- getSteamFriendsServers openYoutubeVideo
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
- Posted on Aug 02, 2018 - 14:26 (UTC)
- It seems like it was limited to bohemia stuff. Like launching 'Arma 3 Community Guide Series: Zeus DLC'.