diag_remainsCollector

From Bohemia Interactive Community
Revision as of 14:05, 18 March 2024 by Killzone Kid (talk | contribs) (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch= dev |gr1= Object Manipulation |descr= Returns current settings for the remain collector and list of monitored units. |s1= diag_remainsCollector option |p1= option: Number - 0: corpses, 1: wrecks, 2: weaponholders |r1= Array in format [managerMode, removalLimit, removalMinTime, removalMaxTime, minPlayerDistance, unit1, unit2....] |x1= <sqf>hintSilent str diag_remainsCollector 0;</sqf> |seealso=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.18.

Description

Description:
Returns current settings for the remain collector and list of monitored units.
Groups:
Object Manipulation

Syntax

Syntax:
diag_remainsCollector option
Parameters:
option: Number - 0: corpses, 1: wrecks, 2: weaponholders
Return Value:
Array in format [managerMode, removalLimit, removalMinTime, removalMaxTime, minPlayerDistance, unit1, unit2....]

Examples

Example 1:
hintSilent str diag_remainsCollector 0;

Additional Information

See also:
addToRemainsCollector removeFromRemainsCollector isInRemainsCollector

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