getPersonUsedDLCs unitName

Operand types

unitName: Object

Type of returned value

Description

Returns a list of all DLCs objects the unit is currently using.
For example if a unit is inside a vehicle from DLC, it will return the code of that DLC.

NOTE: This command is currently broken, doesnt work on dedicated server.

Used In

Arma3

Example

_objects = getPersonUsedDLCs player;
Search OFPEC COMREF