Page MenuHomeFeedback Tracker

[Feature Request] nearestSimpleObjects
New, NormalPublic

Description

We currently have a few commands to detect objects in radius:

"nearEntities"
"nearestObjects"
"nearestTerrainObjects"

however to get Simple Objects in radius, we need to execute something like

_list = (allSimpleObjects []) inAreaArray [<pos>,<radius>...]

or

_list = (nearestObjects [<pos>,[]]) select {isSimpleObject _x}

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Not a necessity but definitely a nice-to-have

Event Timeline