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 "")
No edit summary
 
(20 intermediate revisions by one other 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= <sqf>_soldier1 assignAsCargo _truck;
[_soldier1] [[orderGetIn]] [[true]];</code>
[_soldier1] orderGetIn true;</sqf>


|seealso= [[assignAsDriver]], [[assignAsGunner]], [[assignAsCommander]], [[assignAsTurret]], [[assignAsCargoIndex]], [[moveInCargo]], [[moveInCommander]], [[moveInDriver]], [[moveInGunner]], [[moveInTurret]], [[assignedVehicleRole]], [[assignedVehicle]], [[unassignVehicle]], [[leaveVehicle]]
|seealso= [[assignAsDriver]] [[assignAsGunner]] [[assignAsCommander]] [[assignAsTurret]] [[assignAsCargoIndex]] [[moveInCargo]] [[moveInCommander]] [[moveInDriver]] [[moveInGunner]] [[moveInTurret]] [[assignedVehicleRole]] [[assignedVehicle]] [[unassignVehicle]] [[leaveVehicle]] [[fullCrew]]
}}
}}

Latest revision as of 17:06, 31 August 2022

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:
assignAsDriver assignAsGunner assignAsCommander assignAsTurret assignAsCargoIndex moveInCargo moveInCommander moveInDriver moveInGunner moveInTurret assignedVehicleRole assignedVehicle unassignVehicle leaveVehicle fullCrew

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