assignAsCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(86 intermediate revisions by 13 users not shown)
Line 1: Line 1:
back to [[Scripting_Reference#A|COMREF]]
{{RV|type=command


<h2 style="color:#000066">'''''soldier'' assignAsCargo ''vehicle'''''</h2>
|game1= ofp
|version1= 1.00


|game2= ofpe
|version2= 1.00


'''Operand types:'''
|game3= arma1
|version3= 1.00


'''soldier:''' [[Object]]
|game4= arma2
|version4= 1.00


'''vehicle:''' [[Object]]
|game5= arma2oa
|version5= 1.50


'''Type of returned value:'''
|game6= tkoh
|version6= 1.00


[[Nothing]]
|game7= arma3
|version7= 0.50


'''Description:'''
|arg= global


Assign soldier into cargo / passenger space of given vehicle.
|eff= global


|gr1= Unit Control


'''Example:'''
|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.}}


player '''assignAsCargo''' truckOne
|s1= unitName [[assignAsCargo]] vehicleName


|p1= unitName: [[Object]]


'''Comments:'''
|p2= vehicleName: [[Object]]


To make the unit get into the vehicle you will need to use the command [[orderGetIn]] after you have issued the '''assignAsCargo''' command.
|r1= [[Nothing]]
 
|x1= <sqf>_soldier1 assignAsCargo _truck;
[_soldier1] orderGetIn true;</sqf>
 
|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