assignAsCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory\|[a-z]+[0-9]?\|Scripting Commands\}\}" to "")
m (Text replacement - " |r1=[[" to " |r1= [[")
(2 intermediate revisions by the same user not shown)
Line 29: Line 29:


|descr= Assign a unit as cargo of a vehicle. Used together with [[orderGetIn]] to order a unit to get in as cargo into a specific vehicle. Before usage of this command a subordinate unit has not got the option to get into the cargo space of the vehicle.
|descr= Assign a unit as cargo of a vehicle. Used together with [[orderGetIn]] to order a unit to get in as cargo into a specific vehicle. Before usage of this command a subordinate unit has not got the option to get into the cargo space of the vehicle.
{{Feature|informative|See [[AI Group Vehicle Management]] for more information.}}


|s1= unitName [[assignAsCargo]] vehicleName
|s1= unitName [[assignAsCargo]] vehicleName


|p1= unitName: [[Object]]
|p1= unitName: [[Object]]
Line 36: Line 37:
|p2= vehicleName: [[Object]]
|p2= vehicleName: [[Object]]


|r1=[[Nothing]]
|r1= [[Nothing]]


|x1= <code>_soldier1 [[assignAsCargo]] _truck;
|x1= <code>_soldier1 [[assignAsCargo]] _truck;

Revision as of 23:37, 7 August 2021

Hover & click on the images for description

Description

Description:
Assign a unit as cargo of a vehicle. Used together with orderGetIn to order a unit to get in as cargo into a specific vehicle. Before usage of this command a subordinate unit has not got the option to get into the cargo space of the vehicle.
See AI Group Vehicle Management for more information.
Groups:
Unit Control

Syntax

Syntax:
unitName assignAsCargo vehicleName
Parameters:
unitName: Object
vehicleName: Object
Return Value:
Nothing

Examples

Example 1:
_soldier1 assignAsCargo _truck; [_soldier1] orderGetIn true;

Additional Information

See also:
assignAsDriverassignAsGunnerassignAsCommanderassignAsTurretassignAsCargoIndexmoveInCargomoveInCommandermoveInDrivermoveInGunnermoveInTurretassignedVehicleRoleassignedVehicleunassignVehicleleaveVehicle

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