nearObjectsReady: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma2 |Game name=
| arma2


|1.00|Game version=
|1.00


|gr1= Object Detection |GROUP1=
|gr1= Object Detection


| Check whether all data are loaded to nearObjects will return in reasonable time. |DESCRIPTION=
| Check whether all data are loaded to nearObjects will return in reasonable time.


| position '''nearObjectsReady''' radius |SYNTAX=
| position '''nearObjectsReady''' radius


|p1= position: [[Object]] or [[Array]] in format [[PositionAGL]] or [[Position2D]] |PARAMETER1=
|p1= position: [[Object]] or [[Array]] in format [[PositionAGL]] or [[Position2D]]


|p2= radius: [[Number]] - |PARAMETER2=
|p2= radius: [[Number]] -


|p3= |PARAMETER3=  
|p3=


| [[Boolean]] |RETURNVALUE=
| [[Boolean]]




|x1= <code>_twnpos [[nearObjectsReady]] 500;//from ALICE</code>|EXAMPLE1=
|x1= <code>_twnpos [[nearObjectsReady]] 500;//from ALICE</code>




| [[findNearestEnemy]], [[nearestBuilding]], [[nearestObject]], [[nearestObjects]], [[nearObjects]], [[nearestLocation]], [[nearEntities]], [[nearTargets]], [[nearSupplies]], [[nearestLocationWithDubbing]], [[nearRoads]] |SEEALSO=
| [[findNearestEnemy]], [[nearestBuilding]], [[nearestObject]], [[nearestObjects]], [[nearObjects]], [[nearestLocation]], [[nearEntities]], [[nearTargets]], [[nearSupplies]], [[nearestLocationWithDubbing]], [[nearRoads]]


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 02:24, 18 January 2021

Hover & click on the images for description

Description

Description:
Check whether all data are loaded to nearObjects will return in reasonable time.
Groups:
Object Detection

Syntax

Syntax:
position nearObjectsReady radius
Parameters:
position: Object or Array in format PositionAGL or Position2D
radius: Number -
Return Value:
Boolean

Examples

Example 1:
_twnpos nearObjectsReady 500;//from ALICE

Additional Information

See also:
findNearestEnemynearestBuildingnearestObjectnearestObjectsnearObjectsnearestLocationnearEntitiesnearTargetsnearSuppliesnearestLocationWithDubbingnearRoads

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