ents.FindInSphere
Description
Gets all entities within the specified sphere.
Serverside, this uses a Spatial Partition internally to avoid looping through all entities, so it is more efficient than using ents.GetAll for this purpose.
Clientside, this function internally calls util.IsBoxIntersectingSphere