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]...")
 
m (Text replacement - "\| *p([0-9]+) *=([^↵]+) -↵" to "|p$1=$2")
 
(One intermediate revision by one other user not shown)
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


|p1= vehicle: [[Object]] -
|p1= vehicle: [[Object]]
 
|r1= [[Array]] in format [cargo, turrets]
|r1= [[Array]] in format [cargo, turrets]



Latest revision as of 12:51, 26 March 2024

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