getPersonUsedDLCs: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) |
||
Line 16: | Line 16: | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
|r1= [[Array]] of [[Number | |r1= [[Array]] of [[Number]]s | ||
|x1= <sqf>_objects = getPersonUsedDLCs player;</sqf> | |x1= <sqf>_objects = getPersonUsedDLCs player;</sqf> |
Revision as of 23:38, 12 July 2022
Description
- 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.
- Problems:
- Groups:
- Broken CommandsDLC
Syntax
- Syntax:
- getPersonUsedDLCs unit
- Parameters:
- unit: Object
- Return Value:
- Array of Numbers
Examples
- Example 1:
Additional Information
- See also:
- getDLCs getObjectDLC getMissionDLCs getDLCAssetsUsageByName 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