lockTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Added another example)
Line 22: Line 22:


|x1= <code>vehicleName lockTurret ["turret path", true];</code>|= EXAMPLE1  
|x1= <code>vehicleName lockTurret ["turret path", true];</code>|= EXAMPLE1  
|x2= <code>bis_ka lockturret [[0],true];</code>|= EXAMPLE2


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 22:11, 4 December 2010

{{Command|= Comments ____________________________________________________________________________________________

| arma2 |= Game name

|1.00|= Game version ____________________________________________________________________________________________

| Lock the gunner position of the vehicle turret. |= Description ____________________________________________________________________________________________

| vehicle lockTurret [turret path,lock] |= Syntax

|p1= vehicle: Object - |= PARAMETER1

|p2= [turret path,lock]: Array - |= PARAMETER2

|p3= |= PARAMETER3

| Nothing |= RETURNVALUE


|x1= vehicleName lockTurret ["turret path", true];|= EXAMPLE1

|x2= bis_ka lockturret [[0],true];|= EXAMPLE2

____________________________________________________________________________________________

| |= SEEALSO

| |= MPBEHAVIOUR ____________________________________________________________________________________________ }}

Notes

Bottom Section