Table of Contents

Interface ITMPEffectDatabase<T>

Namespace
TMPEffects.Databases
Assembly
TMPEffects.dll

Base interface for effect databases.

public interface ITMPEffectDatabase<out T> : ITMPEffectDatabase

Type Parameters

T

Type of effects contained in this database.

Inherited Members

Methods

GetEffect(string)

Get the effect associated with the given name.

T GetEffect(string name)

Parameters

name string

The identifier of the effect.

Returns

T

The effect associated with the given name.

Exceptions

KeyNotFoundException