lockTurret: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory\|[a-z]+[0-9]?\|Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ") |
||
Line 21: | Line 21: | ||
|descr= 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 [[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= | |s1= vehicle '''lockTurret''' [turret path,lock] | ||
|p1= vehicle: [[Object]] - | |p1= vehicle: [[Object]] - |
Revision as of 22:21, 19 June 2021
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
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