vehicleReportOwnPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| (\[\[[a-zA-Z ]+\]\]) \|x1=" to " |r1=$1 |x1=")
m (Some wiki formatting)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.70
|1.70


|gr1= Sensors
|gr1= Sensors


| Gets whether the vehicle shares its own position via datalink with the [[Side]] center.
|descr= Gets whether the vehicle shares its own position via datalink with the [[Side]] center.


| '''vehicleReportOwnPosition''' vehicle
|s1= [[vehicleReportOwnPosition]] vehicle


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


|r1=[[Boolean]]
|r1= [[Boolean]]


|x1= <code>[[vehicleReportOwnPosition]] ([[vehicle]] [[player]]);</code>
|x1= <sqf>vehicleReportOwnPosition vehicle player;</sqf>


|seealso= [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[setVehicleReportOwnPosition]], [[reportRemoteTarget]]
|seealso= [[setVehicleRadar]] [[vehicleReportRemoteTargets]] [[setVehicleReportRemoteTargets]] [[vehicleReceiveRemoteTargets]] [[setVehicleReceiveRemoteTargets]] [[setVehicleReportOwnPosition]] [[reportRemoteTarget]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 22:59, 7 May 2022

Hover & click on the images for description

Description

Description:
Gets whether the vehicle shares its own position via datalink with the Side center.
Groups:
Sensors

Syntax

Syntax:
vehicleReportOwnPosition vehicle
Parameters:
vehicle: Object
Return Value:
Boolean

Examples

Example 1:
vehicleReportOwnPosition vehicle player;

Additional Information

See also:
setVehicleRadar vehicleReportRemoteTargets setVehicleReportRemoteTargets vehicleReceiveRemoteTargets setVehicleReceiveRemoteTargets setVehicleReportOwnPosition reportRemoteTarget

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