lockedCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {2,}\}\}" to " }}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{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 | |s1= vehicle [[lockedCargo]] cargoIndex | ||
|p1= vehicle: [[Object]] | |p1= vehicle: [[Object]] | ||
|p2= cargoIndex: [[Number]] | |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 12:15, 13 May 2022
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:
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
- Posted on May 04, 2016 - 23:09 (UTC)
- For some vehicles, the command returns Nothing if the cargo index is invalid (i.e. -1)