Table of Contents

Method FindResourcesOfType

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

FindResourcesOfType(ResRefType, bool)

Gets all resource names for the specified type.

public IEnumerable<string> FindResourcesOfType(ResRefType type, bool moduleOnly = true)

Parameters

type ResRefType

A resource type.

moduleOnly bool

If true, only bundled module resources will be returned.

Returns

IEnumerable<string>

Any matching ResRef names, otherwise an empty enumeration.