vehicleReportOwnPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Some wiki formatting)
 
(18 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]]


| [[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]]
}}
}}
<dl class="command_description">
</dl>
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

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