getObjectDLCs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.16|= Game version _________________...")
 
(game version, formatting example, see also added)
Line 4: Line 4:
| arma3 |= Game name
| arma3 |= Game name


|1.16|= Game version
|1.14|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 17:




|x1= <code>_objects = getObjectDlcs player;</code>|= EXAMPLE1  
|x1= <code>_objects = [[getObjectDlcs]] [[player]];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[getOwnedDlcs]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 11:19, 21 March 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:
getObjectDlcs unit;
Parameters:
Unit: Object
Return Value:
Array

Examples

Example 1:
_objects = getObjectDlcs player;

Additional Information

See also:
getOwnedDlcs

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