canUnloadInCombat: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Reverted to revision 87388 by zectbumo on 2015-01-09T07:47:45Z) |
m (template:command argument fix) |
||
Line 12: | Line 12: | ||
| '''canUnloadInCombat''' vehicle |= Syntax | | '''canUnloadInCombat''' vehicle |= Syntax | ||
|p1= vehicle: [[Object]] - |= | |p1= vehicle: [[Object]] - |PARAMETER1= | ||
|p2= |= | |p2= |PARAMETER2= | ||
|p3= |= | |p3= |PARAMETER3= | ||
| [[Boolean]] |= | | [[Boolean]] |RETURNVALUE= | ||
|x1= <code>if (canUnloadInCombat _vehicle) then {...};</code>|= | |x1= <code>if (canUnloadInCombat _vehicle) then {...};</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setUnloadInCombat]] |= | | [[setUnloadInCombat]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:29, 7 April 2019
Description
- Description:
- Check if cargo of this vehicle want to get out when in combat.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
if (canUnloadInCombat _vehicle) then {...};
Additional Information
- See also:
- setUnloadInCombat
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