Table of Contents

Method FindObjectsOfTypeInArea

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FindObjectsOfTypeInArea<T>()

Locates all objects of the specified type.

public IEnumerable<T> FindObjectsOfTypeInArea<T>() where T : NwObject

Returns

IEnumerable<T>

An enumeration containing all objects of the specified type.

Type Parameters

T

The type of objects to search.