er2.getVehiclesInArea 124
Get all vehicles within a specific area
Return value
| Return Type | Description |
|---|---|
| void | This function doesn't return anything |
Parameters
| Parameter | Type | Description |
|---|---|---|
| 1 | vec3 | Center of the search |
| 2 | float | Maximum radius |
| 3 | Table | A Lua Table to fill with the found vehicles. Vehicles are inserted in a non precised order |
Examples
No examples available.
