isInRemainsCollector: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
No edit summary
 
Line 18: Line 18:
|x1= <sqf>if (isInRemainsCollector unit1) then {hint "unit1 is queued for disposal"};</sqf>
|x1= <sqf>if (isInRemainsCollector unit1) then {hint "unit1 is queued for disposal"};</sqf>


|seealso= [[addToRemainsCollector]] [[removeFromRemainsCollector]]
|seealso= [[addToRemainsCollector]] [[removeFromRemainsCollector]] [[diag_remainsCollector]]
}}
}}

Latest revision as of 13:57, 18 March 2024

Hover & click on the images for description

Description

Description:
Checks if unit or vehicle is queued for disposal after death.
Groups:
Object Manipulation

Syntax

Syntax:
isInRemainsCollector remain
Parameters:
remain: Object - vehicle or unit
Return Value:
Boolean

Examples

Example 1:
if (isInRemainsCollector unit1) then {hint "unit1 is queued for disposal"};

Additional Information

See also:
addToRemainsCollector removeFromRemainsCollector diag_remainsCollector

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