getUnloadInCombat: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |gr1= Object Manipulation |descr= A getter for getUnloadInCombat. To return global config value see [[canUnloadInCombat]...")
 
(getter for setUnloadInCombat)
Line 6: Line 6:
|gr1= Object Manipulation
|gr1= Object Manipulation


|descr= A getter for [[getUnloadInCombat]]. To return global config value see [[canUnloadInCombat]]
|descr= A getter for [[setUnloadInCombat]]. To return global config value see [[canUnloadInCombat]]


|s1= [[getUnloadInCombat]] vehicle
|s1= [[getUnloadInCombat]] vehicle

Revision as of 18:07, 11 February 2023

Hover & click on the images for description

Description

Description:
A getter for setUnloadInCombat. To return global config value see canUnloadInCombat
Groups:
Object Manipulation

Syntax

Syntax:
getUnloadInCombat vehicle
Parameters:
vehicle: Object -
Return Value:
Array in format [cargo, turrets]

Examples

Example 1:
getUnloadInCombat _vehicle params ["_cargo", "_turrets"];

Additional Information

See also:
setUnloadInCombat canUnloadInCombat

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