lockedCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<dl class="command_description"> <dt></dt>" to "<dl class="command_description"> <dt></dt>")
m (Some wiki formatting)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|1.00
|version1= 1.00


|game2= arma2oa
|game2= arma2oa
Line 15: Line 15:
|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]]


|r1= [[Boolean]]
|r1= [[Boolean]]


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


|seealso= [[lockCargo]]
|seealso= [[lockCargo]]
}}
}}


{{GameCategory|arma2|Scripting Commands}}
{{Note
{{GameCategory|arma3|Scripting Commands}}
|user= AgentRev
{{GameCategory|tkoh|Scripting Commands}}
|timestamp= 20160504230900
 
|text= For some vehicles, the command returns [[Nothing]] if the cargo index is invalid (i.e. -1)
<dl class="command_description">
}}
 
<dt></dt>
<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>

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)