Table of Contents

Method FindObjectsOfType

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FindObjectsOfType<T>()

Locates all objects of the specified type.

public static IEnumerable<T> FindObjectsOfType<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.