Table of Contents

Method GetNearestObjectsByType

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetNearestObjectsByType<T>()

Gets the nearest object that is of the specified type.

public IEnumerable<T> GetNearestObjectsByType<T>() where T : NwGameObject

Returns

IEnumerable<T>

Type Parameters

T

The type of object to search.