getDLCUsageTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
mNo edit summary
Line 4: Line 4:


|version= 1 |Game version=
|version= 1 |Game version=
|gr1= DLC |=GROUP1
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 29: Line 31:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Command Group: DLC|{{uc:{{PAGENAME}}}}]]

Revision as of 18:34, 15 September 2020

Hover & click on the images for description

Description

Description:
Returns total time the assets of the given DLC have been used. See Arma 3 DLCs Overview for a list of DLCs and ids.
Groups:
DLC

Syntax

Syntax:
getDLCUsageTime appId
Parameters:
appId: Number - DLC's Steam appId
Return Value:
Number - DLC assets usage time in seconds

Examples

Example 1:
private _kartsUsage = getDLCUsageTime 288520;

Additional Information

See also:
getDLCsgetObjectDLCgetPersonUsedDLCsgetMissionDLCsgetDLCAssetsUsageByNamegetDLCAssetsUsagegetAssetDLCInfo

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