lockDriver: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Text replacement - "\| *p([0-9]+) *=([^↵]+) -↵" to "|p$1=$2")
 
(39 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|1.00|Game version=
|game2= arma2oa
|version2= 1.50


|arg= local |Multiplayer Arguments=
|game3= tkoh
|version3= 1.00


|eff= global |Multiplayer Effects=
|game4= arma3
____________________________________________________________________________________________
|version4= 0.50


| Lock the driver position of the vehicle. 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 |DESCRIPTION=
|arg= local
____________________________________________________________________________________________


| vehicle '''lockDriver''' lock |SYNTAX=
|eff= global


|p1= vehicle: [[Object]] -  |PARAMETER1=
|gr1= Object Manipulation


|p2= lock: [[Boolean]] -  |PARAMETER2=
|descr= Lock the driver position of the vehicle. 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


|p3= |PARAMETER3=  
|s1= vehicle [[lockDriver]] lock


| Nothing |RETURNVALUE=  
|p1= vehicle: [[Object]]
|p2= lock: [[Boolean]]
|r1= [[Nothing]]


|x1= <sqf>vehicleName lockDriver true;</sqf>


|x1= <code>vehicleName [[lockDriver]] [[true]];</code>|EXAMPLE1=
|seealso= [[lock]] [[setVehicleLock]] [[lockedDriver]] [[lockCargo]] [[lockTurret]]
 
}}
____________________________________________________________________________________________
 
[[lock]], [[setVehicleLock]], [[lockedDriver]], [[lockCargo]], [[lockTurret]] |SEEALSO=


| |MPBEHAVIOUR=  
{{Note
____________________________________________________________________________________________
|user= Samatra
|timestamp= 20230403033425
|text= Locked seats also aren't allowed to be controlled remotely through UAV terminal.
}}
}}
<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 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 12:51, 26 March 2024

Hover & click on the images for description

Description

Description:
Lock the driver position of the vehicle. 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:
Object Manipulation

Syntax

Syntax:
vehicle lockDriver lock
Parameters:
vehicle: Object
lock: Boolean
Return Value:
Nothing

Examples

Example 1:
vehicleName lockDriver true;

Additional Information

See also:
lock setVehicleLock lockedDriver lockCargo lockTurret

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
Samatra - c
Posted on Apr 03, 2023 - 03:34 (UTC)
Locked seats also aren't allowed to be controlled remotely through UAV terminal.