lockCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ")
m (Text replacement - " " to " ")
Line 40: Line 40:
|  [[lock]], [[setVehicleLock]], [[lockDriver]], [[lockedCargo]], [[lockTurret]]
|  [[lock]], [[setVehicleLock]], [[lockDriver]], [[lockedCargo]], [[lockTurret]]
}}
}}





Revision as of 23:34, 31 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
Parameters:
vehicle: Object
lock: Boolean
Return Value:
Return value needed

Alternative Syntax

Syntax:
vehicle lockCargo [index, lock]
Parameters:
vehicle: Object
[index, lock]: Array
index: Number
lock: Boolean
Return Value:
Nothing

Examples

Example 1:
vehicleName lockCargo true;
Example 2:
vehicleName lockCargo [0, true];

Additional Information

See also:
See also needed

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