setVehicleReportOwnPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
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|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.70|Game version=
|1.70


|gr1= Sensors |GROUP1=
|gr1= Sensors


| Sets that the vehicle will share its own position via datalink to the [[Side]] center. |DESCRIPTION=
| Sets that the vehicle will share its own position via datalink to the [[Side]] center.


| vehicle '''setVehicleReportOwnPosition''' report |SYNTAX=
| vehicle '''setVehicleReportOwnPosition''' report


|p1= vehicle: [[Object]] |PARAMETER1=
|p1= vehicle: [[Object]]


|p2= report: [[Boolean]] |PARAMETER2=
|p2= report: [[Boolean]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
   
   
|x1= <code>([[vehicle]] [[player]]) [[setVehicleReportOwnPosition]] true;</code> |EXAMPLE1=
|x1= <code>([[vehicle]] [[player]]) [[setVehicleReportOwnPosition]] true;</code>




| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[reportRemoteTarget]], [[confirmSensorTarget]] |SEEALSO=
| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[reportRemoteTarget]], [[confirmSensorTarget]]


}}
}}

Revision as of 12:11, 18 January 2021

Hover & click on the images for description

Description

Description:
Sets that the vehicle will share its own position via datalink to the Side center.
Groups:
Sensors

Syntax

Syntax:
vehicle setVehicleReportOwnPosition report
Parameters:
vehicle: Object
report: Boolean
Return Value:
Nothing

Examples

Example 1:
(vehicle player) setVehicleReportOwnPosition true;

Additional Information

See also:
setVehicleRadarvehicleReportRemoteTargetssetVehicleReportRemoteTargetsvehicleReceiveRemoteTargetssetVehicleReceiveRemoteTargetsvehicleReportOwnPositionreportRemoteTargetconfirmSensorTarget

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

Notes