nearestLocationWithDubbing: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Feature Arma3" to "Feature arma3")
m (Text replacement - "{{Feature arma3|" to "{{Feature|arma3|")
Line 10: Line 10:


| Find the nearest location having a non-empty speech.
| Find the nearest location having a non-empty speech.
{{Feature arma3|No locations are dubbed in {{arma3}}.}}|Description=
{{Feature|arma3|No locations are dubbed in {{arma3}}.}}|Description=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 12:05, 27 December 2020

Hover & click on the images for description

Description

Description:
Find the nearest location having a non-empty speech.
Arma 3
No locations are dubbed in Arma 3.
Groups:
Locations

Syntax

Syntax:
nearestLocationWithDubbing position
Parameters:
position: Object or Array in format PositionAGL or Position2D
Return Value:
Location

Examples

Example 1:
_location = nearestLocationWithDubbing player;
Example 2:
_location = nearestLocationWithDubbing getMarkerPos "myMarker";

Additional Information

See also:
findNearestEnemynearestBuildingnearestObjectnearestObjectsnearObjectsnearestLocationnearEntitiesnearTargetsnearSuppliesnearObjectsReadynearRoads

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