diag remainsCollector: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
|gr1= Object Manipulation
|gr1= Object Manipulation


|descr= Returns current settings for the remain collector and list of monitored units.
|descr= Returns current settings for the remains collector and the list of monitored units if any.


|s1= [[diag_remainsCollector]] option
|s1= [[diag_remainsCollector]] option
Line 13: Line 13:
|p1= option: [[Number]] - 0: corpses, 1: wrecks, 2: weaponholders  
|p1= option: [[Number]] - 0: corpses, 1: wrecks, 2: weaponholders  


|r1= [[Array]] in format [disposalPeriod, managerMode, removalLimit, removalMinTime, removalMaxTime, minPlayerDistance, unit1, unit2....]
|r1= [[Array]] in format [disposalPeriod, managerMode, removeLimit, removeMinTime, removeMaxTime, minPlayerDistance, unit1, unit2....]


|x1= <sqf>hintSilent str diag_remainsCollector 0;</sqf>
|x1= <sqf>hintSilent str diag_remainsCollector 0;</sqf>

Latest revision as of 14:18, 18 March 2024

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 remains collector and the list of monitored units if any.
Groups:
Object Manipulation

Syntax

Syntax:
diag_remainsCollector option
Parameters:
option: Number - 0: corpses, 1: wrecks, 2: weaponholders
Return Value:
Array in format [disposalPeriod, managerMode, removeLimit, removeMinTime, removeMaxTime, 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