isInRemainsCollector: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
No edit summary
 
(31 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.32


|1.32|= Game version
|arg= global


|arg= global |= Arguments in MP
|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. |DESCRIPTION=
|s1= [[isInRemainsCollector]] remain
____________________________________________________________________________________________


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


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


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


 
|seealso= [[addToRemainsCollector]] [[removeFromRemainsCollector]] [[diag_remainsCollector]]
|x1= <code>[[if]] ([[isInRemainsCollector]] unit1) [[then]] {[[hint]] "unit1 is queued for disposal"};</code>|EXAMPLE1=
 
____________________________________________________________________________________________
 
| [[addToRemainsCollector]], [[removeFromRemainsCollector]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[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