lockCargo

From Bohemia Interactive Community
Revision as of 15:39, 28 August 2009 by Tom 48 97 (talk | contribs) (added: example with cargo index, index parameter and See Also)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Lock the all cargo positions of the vehicle.
Groups:
Uncategorised

Syntax

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

Examples

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

Additional Information

See also:
lockedCargo

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

Notes

Bottom Section