LT_entity_scan
array LT_entity_scan(number world,vector location,number radius)
number | world | World ID of map to scan inside |
vector | location | Center point of scan sphere |
number | radius | Radius to detect entities within |
Finds all entities within a given radius. Provide the location as the center point and radius of the scan sphere and this function will return an array of all found entity indices. If no entity was found, this will return an empty array.