Table of Contents

Method GetNearestObjectsByType

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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