isInRemainsCollector: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * \|p1=" to " |s1= $1 |p1=") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3") |
||
Line 9: | Line 9: | ||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
| Checks if unit or vehicle is queued for disposal after death. | |descr= Checks if unit or vehicle is queued for disposal after death. | ||
|s1= '''isInRemainsCollector''' remain | |s1= '''isInRemainsCollector''' remain |
Revision as of 21:11, 13 June 2021
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
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