openSteamApp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Some wiki formatting)
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.78


|1.78|= Game version
|gr1= System
____________________________________________________________________________________________


| Opens a Steam application, returns false if it wasn't possible to run the application. |= Description
|descr= Opens a Steam application, returns false if it was not possible to run the application.
____________________________________________________________________________________________


| [[openSteamApp]] appID |= Syntax
|s1= [[openSteamApp]] appID


|p1= appID: [[Number]]|= Parameter 1
|p1= appID: [[Number]]


| [[Boolean]] |= Return value
|r1= [[Boolean]]


____________________________________________________________________________________________
|x1= <sqf>openSteamApp 553228;</sqf>
 
|x1= <code>[[openSteamApp]] 553228</code> |= Example 1
___________________________________________________________________________________________


| |= See also
|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'.
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on August 2, 2018 - 14:26 (UTC)</dd>
<dt class="note">[[User:.kju|.kju]]</dt>
<dd class="note">
It seems like it was limited to bohemia stuff. Like launching 'Arma 3 Community Guide Series: Zeus DLC'
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Latest revision as of 12:07, 4 May 2022

Hover & click on the images for description

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
.kju - c
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'.