getDLCAssetsUsageByName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * \|p1=" to " |s1= $1 |p1=")
Line 8: Line 8:
| Returns an array with the session and global time the asset has been used.
| Returns an array with the session and global time the asset has been used.


| [[getDLCAssetsUsageByName]] assetName
|s1=  [[getDLCAssetsUsageByName]] assetName


|p1= assetName: [[String]]
|p1= assetName: [[String]]

Revision as of 00:06, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
DLC

Syntax

Syntax:
getDLCAssetsUsageByName assetName
Parameters:
assetName: String
Return Value:
Array - array in format: [sessionTime, totalTime].

Examples

Example 1:
_dlcAssetUsage = getDLCAssetsUsageByName "C_IDAP_Heli_Transport_02_F";

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