getDLCAssetsUsageByName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.16
|gr1= DLC


|1.16|= Game version
|descr= 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. |= Description
|s1= [[getDLCAssetsUsageByName]] assetName
____________________________________________________________________________________________


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


|p1= assetName: [[String]] |= Parameter 1
|r1= [[Array]] - array in format: [sessionTime, totalTime].


| [[Array]] - array in format: [sessionTime, totalTime]. |= Return value
|x1= <sqf>_dlcAssetUsage = getDLCAssetsUsageByName "C_IDAP_Heli_Transport_02_F";</sqf>
 
|seealso= [[getDLCs]] [[getObjectDLC]] [[getPersonUsedDLCs]] [[getMissionDLCs]] [[getDLCAssetsUsage]] [[getAssetDLCInfo]]
|x1= <code>_dlcAssetUsage = [[getDLCAssetsUsageByName]] "C_IDAP_Heli_Transport_02_F";</code>|= Example 1
____________________________________________________________________________________________
 
| [[getDLCs]], [[getObjectDLC]], [[getDLCAssetsUsage]], [[getPersonUsedDLCs]], [[getMissionDLCs]] |= See also
 
|  |= MP behaviour
____________________________________________________________________________________________
}}
}}
<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:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns an array with the session and global time the asset has been used.
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:
getDLCs getObjectDLC getPersonUsedDLCs getMissionDLCs 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