vehicleReportOwnPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(capitalisation)
mNo edit summary
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3dev |= Game name
| arma3 |= Game name


|1.70|= Game version
|1.70|= Game version
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code> [[vehicleReportOwnPosition]] [[vehicle]] [[player]];</code> |= Example 1
|x1= <code>[[vehicleReportOwnPosition]] ([[vehicle]] [[player]]);</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 29: Line 29:


<h3 style="display:none">Bottom Section</h3>
<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 Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 20:15, 16 May 2017

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
vehicleReportOwnPosition (vehicle player);

Additional Information

See also:
setVehicleRadarvehicleReportRemoteTargetssetVehicleReportRemoteTargetsvehicleReceiveRemoteTargetssetVehicleReceiveRemoteTargetssetVehicleReportOwnPositionreportRemoteTarget

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

Bottom Section