System GetEntitiesInSphere
From CryWiki
System.GetEntitiesInSphere(vec3, number)
Description
Gets all entities in a sphere
Arguments
- Position of the sphere (center)
- Radius of the sphere
Returns
Table with entities inside the sphere
Example
|
| |
|---|---|
| |
Notes
To filter by class, use GetEntitiesInSphereByClass.
