lockTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory *\| *arma2 *\| *(New )?Scripting Commands\}\}" to "")
m (Text replacement - " is local" to " is local")
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|1.00
|version1= 1.00


|game2= arma2oa
|game2= arma2oa
Line 19: Line 19:
|gr1= Turrets
|gr1= Turrets


| Lock the gunner position of the vehicle turret. This command must be executed where vehicle is [[local]]. This command will remove user get in action (not get out) but will also stop player getting into vehicle via script commands unlike [[lock]] command
|descr= Lock the gunner position of the vehicle turret. This command must be executed where vehicle is [[Multiplayer Scripting#Locality|local]]. This command will remove user get in action (not get out) but will also stop player getting into vehicle via script commands unlike [[lock]] command


|s1= vehicle '''lockTurret''' [turret path,lock]
|s1= vehicle [[lockTurret]] [turret path,lock]


|p1= vehicle: [[Object]] -
|p1= vehicle: [[Object]] -
Line 35: Line 35:
|seealso= [[lockedTurret]], [[lockCargo]], [[lockDriver]], [[assignedVehicleRole]], [[turretUnit]], [[moveInTurret]]
|seealso= [[lockedTurret]], [[lockCargo]], [[lockDriver]], [[assignedVehicleRole]], [[turretUnit]], [[moveInTurret]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 18:09, 21 June 2021

Hover & click on the images for description

Description

Description:
Lock the gunner position of the vehicle turret. This command must be executed where vehicle is local. This command will remove user get in action (not get out) but will also stop player getting into vehicle via script commands unlike lock command
Groups:
Turrets

Syntax

Syntax:
vehicle lockTurret [turret path,lock]
Parameters:
vehicle: Object -
[turret path,lock]: Array -
Return Value:
Nothing

Examples

Example 1:
vehicleName lockTurret [[0,0], true];
Example 2:
vehicle player lockTurret [[0],true];

Additional Information

See also:
lockedTurretlockCargolockDriverassignedVehicleRoleturretUnitmoveInTurret

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