openDLCPage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |p3= |PARAMETER3= |p3= |PARAMETER4= |p3= |PARAMETER5= |p3= |PARAMETER6=" to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________
|arma3 |Game name=
|arma3 |Game name=
|1.62|Game Version=
|1.62|Game Version=
|arg=  |Multiplayer Arguments=  
|arg=  |Multiplayer Arguments=  
|eff=  |Multiplayer Effects=
|eff=  |Multiplayer Effects=
____________________________________________________________________________________________
____________________________________________________________________________________________
| Opens a Steam page of the app with given appId. Only works for known appId (game + linked DLCs) |DESCRIPTION=
| Opens a Steam page of the app with given appId. Only works for known appId (game + linked DLCs) |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[openDLCPage]] dlcID |SYNTAX=
| [[openDLCPage]] dlcID |SYNTAX=
|p1= dlcID: [[Number]] |PARAMETER1=
|p1= dlcID: [[Number]] |PARAMETER1=
|p2=  |PARAMETER2=
 
| [[Bool]] - result |RETURNVALUE=
| [[Bool]] - result |RETURNVALUE=
|x1= [[openDLCPage]] 288520 |EXAMPLE1=
|x1= [[openDLCPage]] 288520 |EXAMPLE1=
| - |SEEALSO=
 
| |SEEALSO=
}}
}}


<dl class='command_description'>
<dl class='command_description'>
<!-- BEGIN Note Section -->
<!-- BEGIN Note Section -->
<!-- For example:
 
<dd class='notedate'>Posted on Month Day, Year - Time (UTC)</dd>
<dt class='note'>'''[[User:User Name|User Name]]'''</dt>
<dd class='note'>This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] Leave it here for others to read; };</code></dd>
-->
<!-- END Note Section -->
<!-- END Note Section -->
</dl>
</dl>

Revision as of 14:06, 3 September 2019

Hover & click on the images for description

Description

Description:
Opens a Steam page of the app with given appId. Only works for known appId (game + linked DLCs)
Groups:
Uncategorised

Syntax

Syntax:
openDLCPage dlcID
Parameters:
dlcID: Number
Return Value:
Bool - result

Examples

Example 1:
openDLCPage 288520

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

Bottom Section