lockedCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Some wiki formatting)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|version1= 1.00


|1.00
|game2= arma2oa
|version2= 1.50
 
|game3= tkoh
|version3= 1.00
 
|game4= arma3
|version4= 0.50


|gr1= Object Manipulation
|gr1= Object Manipulation


| Check whether cargo position of the vehicle is locked.
|descr= Check whether cargo position of the vehicle is locked.


| vehicle '''lockedCargo''' cargoIndex
|s1= vehicle [[lockedCargo]] cargoIndex


|p1= vehicle: [[Object]] -
|p1= vehicle: [[Object]]


|p2= cargoIndex: [[Number]] -
|p2= cargoIndex: [[Number]]


|p3=
|r1= [[Boolean]]


| [[Boolean]]
|x1= <sqf>_result = vehicleName lockedCargo 0;</sqf>


|x1= <code>_result <nowiki>=</nowiki> vehicleName [[lockedCargo]] 0;</code>
|seealso= [[lockCargo]]
}}


| [[lockCargo]]
{{Note
|user= AgentRev
|timestamp= 20160504230900
|text= For some vehicles, the command returns [[Nothing]] if the cargo index is invalid (i.e. -1)
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on May 4, 2016 - 23:09 (UTC)</dd>
<dt class="note">[[User:AgentRevolution|AgentRev]]</dt>
<dd class="note">
For some vehicles, the command returns [[Nothing|nothing]] if the cargo index is invalid (i.e. -1)
</dd>
</dl>
<!-- DISCONTINUE Notes -->

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)