isInRemainsCollector: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...)
No edit summary
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.32
|1.32


|arg= global
|arg= global
Line 9: Line 8:
|gr1= Object Manipulation
|gr1= Object Manipulation


|descr= Checks if unit or vehicle is queued for disposal after death.


| Checks if unit or vehicle is queued for disposal after death.
|s1= [[isInRemainsCollector]] remain
 
| '''isInRemainsCollector''' remain


|p1= remain: [[Object]] - vehicle or unit
|p1= remain: [[Object]] - vehicle or unit


| [[Boolean]]
|r1= [[Boolean]]
 


|x1= <code>[[if]] ([[isInRemainsCollector]] unit1) [[then]] {[[hint]] "unit1 is queued for disposal"};</code>
|x1= <sqf>if (isInRemainsCollector unit1) then {hint "unit1 is queued for disposal"};</sqf>


 
|seealso= [[addToRemainsCollector]] [[removeFromRemainsCollector]] [[diag_remainsCollector]]
| [[addToRemainsCollector]], [[removeFromRemainsCollector]]
 
|
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

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