lockedCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. ArmA2 classification)
 
m (Some wiki formatting)
 
(51 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{RV|type=command


[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
|game1= arma2
|version1= 1.00
 
|game2= arma2oa
|version2= 1.50
 
|game3= tkoh
|version3= 1.00
 
|game4= arma3
|version4= 0.50
 
|gr1= Object Manipulation
 
|descr= Check whether cargo position of the vehicle is locked.
 
|s1= vehicle [[lockedCargo]] cargoIndex
 
|p1= vehicle: [[Object]]
 
|p2= cargoIndex: [[Number]]
 
|r1= [[Boolean]]
 
|x1= <sqf>_result = vehicleName lockedCargo 0;</sqf>
 
|seealso= [[lockCargo]]
}}
 
{{Note
|user= AgentRev
|timestamp= 20160504230900
|text= For some vehicles, the command returns [[Nothing]] if the cargo index is invalid (i.e. -1)
}}

Latest revision as of 13:15, 13 May 2022

Hover & click on the images for description

Description

Description:
Check whether cargo position of the vehicle is locked.
Groups:
Object Manipulation

Syntax

Syntax:
vehicle lockedCargo cargoIndex
Parameters:
vehicle: Object
cargoIndex: Number
Return Value:
Boolean

Examples

Example 1:
_result = vehicleName lockedCargo 0;

Additional Information

See also:
lockCargo

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
AgentRev - c
Posted on May 04, 2016 - 23:09 (UTC)
For some vehicles, the command returns Nothing if the cargo index is invalid (i.e. -1)