vehicleReportOwnPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Some wiki formatting)
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.70


|1.70|= Game version
|gr1= Sensors
____________________________________________________________________________________________


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


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


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


| [[Bool]] |= Return value
|r1= [[Boolean]]
____________________________________________________________________________________________
 
|x1= <code>[[vehicleReportOwnPosition]] ([[vehicle]] [[player]]);</code> |= Example 1
____________________________________________________________________________________________


| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[setVehicleReportOwnPosition]], [[reportRemoteTarget]] |= See also
|x1= <sqf>vehicleReportOwnPosition vehicle player;</sqf>


|seealso= [[setVehicleRadar]] [[vehicleReportRemoteTargets]] [[setVehicleReportRemoteTargets]] [[vehicleReceiveRemoteTargets]] [[setVehicleReceiveRemoteTargets]] [[setVehicleReportOwnPosition]] [[reportRemoteTarget]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[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