Table of Contents

Interface ITMPEffectDatabase

Namespace
TMPEffects.Databases
Assembly
TMPEffects.dll

Base interface for effect databases.

public interface ITMPEffectDatabase

Methods

ContainsEffect(string)

Check whether this database contains an effect associated with the given name.

bool ContainsEffect(string name)

Parameters

name string

The identifier of the effect.

Returns

bool

true if this database contains an effect associated with the given name; false otherwise.