assignAsCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| ofp |Game name=
| ofp


|1.00|Game version=
|1.00


|arg= global |Multiplayer Arguments=
|arg= global |Multiplayer Arguments=
Line 9: Line 9:
|eff= global |Multiplayer Effects=
|eff= global |Multiplayer Effects=


|gr1= Unit Control |GROUP1=
|gr1= Unit Control


| 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 hasn't got the option to get into the cargo space of the vehicle. |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 hasn't got the option to get into the cargo space of the vehicle.


| unitName [[assignAsCargo]] vehicleName |SYNTAX=
| unitName [[assignAsCargo]] vehicleName


|p1= unitName: [[Object]] |PARAMETER1=
|p1= unitName: [[Object]]


|p2= vehicleName: [[Object]] |PARAMETER2=
|p2= vehicleName: [[Object]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
   
   
|x1= <code>_soldier1 [[assignAsCargo]] _truck;
|x1= <code>_soldier1 [[assignAsCargo]] _truck;
[_soldier1] [[orderGetIn]] [[true]];</code> |EXAMPLE1=
[_soldier1] [[orderGetIn]] [[true]];</code>


| [[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]]


}}
}}

Revision as of 01:04, 18 January 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 hasn't got the option to get into the cargo space of the vehicle.
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

Bottom Section