getDLCAssetsUsageByName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(19 intermediate revisions by 2 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.
|gr1= DLC |GROUP1=
____________________________________________________________________________________________


| 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]] |PARAMETER1=
|r1= [[Array]] - array in format: [sessionTime, totalTime].


| [[Array]] - array in format: [sessionTime, totalTime]. |RETURNVALUE=
|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>|EXAMPLE1=
____________________________________________________________________________________________
 
| [[getDLCs]], [[getObjectDLC]], [[getPersonUsedDLCs]], [[getMissionDLCs]], [[getDLCAssetsUsage]], [[getAssetDLCInfo]] |SEEALSO=
 
|  |= 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>
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[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