assignAsTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...)
No edit summary
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 0.50
|0.50


|gr1= Turrets
|gr1= Turrets


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


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


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


|p2= [vehicle, turretPath]: [[Array]]
|p2= vehicle: [[Object]]
 
|p3= vehicle: [[Object]]
 
|p4= [turretPath]: [[Array]] - Array of numbers.
 
| [[Nothing]]
 


|x1= <code>[[player]] [[assignAsTurret]] [BIS_vehicle, [0,1] ];</code>
|p3= turretPath: [[Array]] format [[Turret Path]]


|r1= [[Nothing]]


| [[assignAsCargo]], [[assignAsDriver]], [[assignAsCommander]], [[assignAsGunner]], [[assignAsTurret]], [[assignAsCargoIndex]], [[assignedVehicleRole]], [[unassignVehicle]], [[turretUnit]], [[moveInTurret]]
|x1= <sqf>player assignAsTurret [BIS_vehicle, [0,1]];</sqf>


|
|seealso= [[assignAsCargo]] [[assignAsDriver]] [[assignAsCommander]] [[assignAsGunner]] [[assignAsCargoIndex]] [[assignedVehicleRole]] [[unassignVehicle]] [[turretUnit]] [[moveInTurret]] [[fullCrew]]
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{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