getDLCUsageTime: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Bottom Section</h3>" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
| | |||
|gr1= DLC | |gr1= DLC | ||
Line 15: | Line 14: | ||
|r1= [[Number]] - DLC assets usage time in seconds | |r1= [[Number]] - DLC assets usage time in seconds | ||
|x1= < | |x1= <sqf>private _kartsUsage = getDLCUsageTime 288520;</sqf> | ||
|seealso= [[getDLCs]] | |seealso= [[getDLCs]] [[getObjectDLC]] [[getPersonUsedDLCs]] [[getMissionDLCs]] [[getDLCAssetsUsageByName]] [[getDLCAssetsUsage]] [[getAssetDLCInfo]] | ||
}} | }} | ||
Latest revision as of 10:23, 13 May 2022
Description
- Description:
- Returns total time the assets of the given DLC have been used. See Arma 3 DLCs & Expansions 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:
Additional Information
- See also:
- getDLCs getObjectDLC getPersonUsedDLCs getMissionDLCs getDLCAssetsUsageByName getDLCAssetsUsage getAssetDLCInfo
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