Method GetNearestObjectsByType
GetNearestObjectsByType<T>()
Gets all objects near this location, ordered by distance.
public IEnumerable<T> GetNearestObjectsByType<T>() where T : NwGameObject
Returns
- IEnumerable<T>
Type Parameters
T
Gets all objects near this location, ordered by distance.
public IEnumerable<T> GetNearestObjectsByType<T>() where T : NwGameObject
T