nearEntities vs nearestObjects.png – File

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

Latest revision as of 15:27, 29 July 2022

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