Page MenuHomeFeedback Tracker

allObjects command doesn't return houses
Closed, ResolvedPublic

Description

Tested in Vanilla Arma, Stratis map, allObjects can't find the houses ans many other terrain objects (map).

count (1 allObjects 0) returns 234 objects (lamps, poles)
even
count (63 allObjects 0) returns 238 objects...

I limited the array, adding a distance limit from player... just in case of engine's burn out! No joy.

Details

Severity
None
Resolution
Not Fixable
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Just run: (1 allObjects 0) in debug console during a vanilla preview on Stratis.

Event Timeline

PiepMGI created this task.Nov 14 2022, 8:15 AM
BIS_fnc_KK added a subscriber: BIS_fnc_KK.EditedNov 29 2022, 10:55 PM

If those buildings are not added to slow vehicles by the engine, then they wont return, use nearestTerrainObjects for those

BIS_fnc_KK closed this task as Resolved.Nov 29 2022, 10:55 PM
BIS_fnc_KK changed Resolution from Open to Not Fixable.