getPersonUsedDLCs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 44: Line 44:
<dt class="note">[[User:Jezuro|Jezuro]]</dt>
<dt class="note">[[User:Jezuro|Jezuro]]</dt>
<dd class="note">
<dd class="note">
This command is a renamed version of [[getObjectDLCs]] and was introduced in 1.35.128260.  
This command is a renamed version of '''getObjectDLCs''' and was introduced in 1.35.128260.  
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 19:01, 14 November 2014

Hover & click on the images for description

Description

Description:
Returns a list of all DLCs objects the unit is currently using.
Groups:
Uncategorised

Syntax

Syntax:
getPersonUsedDLCs unit
Parameters:
Unit: Object
Return Value:
Array

Examples

Example 1:
_objects = getPersonUsedDLCs player;

Additional Information

See also:
getDLCs

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

Notes

Bottom Section

Posted on November 14, 2014 - 14:00 (UTC)
Jezuro
This command is a renamed version of getObjectDLCs and was introduced in 1.35.128260.