assignAsTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
No edit summary
 
(37 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 0.50


|0.50|= Game version
|gr1= Turrets
____________________________________________________________________________________________


| Assigns the soldier to turret. |DESCRIPTION=
|descr= Assigns the soldier to turret.
____________________________________________________________________________________________
{{Feature|informative|See [[AI Group Vehicle Management]] for more information.}}


| unit '''assignAsTurret''' [vehicle, [turretPath]] |SYNTAX=
|s1= unit [[assignAsTurret]] [vehicle, turretPath]


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


|p2= [vehicle, turretPath]: [[Array]] |PARAMETER2=
|p2= vehicle: [[Object]]


|p3= vehicle: [[Object]] |PARAMETER3=
|p3= turretPath: [[Array]] format [[Turret Path]]


|p4= [turretPath]: [[Array]] - Array of numbers. |PARAMETER4=
|r1= [[Nothing]]


| [[Nothing]] |RETURNVALUE=
|x1= <sqf>player assignAsTurret [BIS_vehicle, [0,1]];</sqf>


 
|seealso= [[assignAsCargo]] [[assignAsDriver]] [[assignAsCommander]] [[assignAsGunner]] [[assignAsCargoIndex]] [[assignedVehicleRole]] [[unassignVehicle]] [[turretUnit]] [[moveInTurret]] [[fullCrew]]
|x1= <code>[[player]] [[assignAsTurret]] [BIS_vehicle, [0,1] ];</code>|EXAMPLE1=
 
____________________________________________________________________________________________
 
| [[assignedVehicleRole]], [[unassignVehicle]], [[turretUnit]], [[moveInTurret]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Vehicle_Assignment|{{uc:{{PAGENAME}}}}]]

Latest revision as of 17:06, 31 August 2022

Hover & click on the images for description

Description

Description:
Assigns the soldier to turret.
See AI Group Vehicle Management for more information.
Groups:
Turrets

Syntax

Syntax:
unit assignAsTurret [vehicle, turretPath]
Parameters:
unit: Object
vehicle: Object
turretPath: Array format Turret Path
Return Value:
Nothing

Examples

Example 1:
player assignAsTurret [BIS_vehicle, [0,1]];

Additional Information

See also:
assignAsCargo assignAsDriver assignAsCommander assignAsGunner assignAsCargoIndex assignedVehicleRole unassignVehicle turretUnit moveInTurret 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