nearEntities vs nearestObjects.png – File

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
Search time vs radius in a mission with 82 units.
Search time vs radius in a mission with 82 units.<br>
getPos player nearEntities ["CAManBase", _radius]
Purple:
vs
<code>{{getPos player nearEntities ["CAManBase", _radius]}}</code>
nearestObjects [getPos player, ["CAManBase"], _radius]
Green:
<code>{{nearestObjects [getPos player, ["CAManBase"], _radius]}}</code>

Revision as of 08:41, 20 December 2021

Search time vs radius in a mission with 82 units.
Purple: {{getPos player nearEntities ["CAManBase", _radius]}} Green: {{nearestObjects [getPos player, ["CAManBase"], _radius]}}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:36, 20 December 2021Thumbnail for version as of 08:36, 20 December 2021377 × 860 (32 KB)Waffle SS. (talk | contribs)

The following page uses this file:

Metadata