Existing function variant for better radars
Not Enough Votes
There is a function used for radars: MyAPIGateway.Entities.GetEntitiesInSphere(ref sphere).
If we had an overload of it, that would detect in spherical shell shape instead, it would bring next benefits:
- Better performance - we could make spherical shell to expand each update to some limit, then start again from radar block.
- Possibility to make intricate mechanics to regulate scanning speed - for example to link rotation speed of rotor, on which radar block is mounted, to scanned spherical shell thickness. Or link power consumption to it.
Replies have been locked on this page!