Interface ITMPEffectDatabase
- Namespace
- TMPEffects.Databases
Base interface for effect databases.
public interface ITMPEffectDatabaseMethods
ContainsEffect(string)
Check whether this database contains an effect associated with the given name.
bool ContainsEffect(string name)Parameters
- namestring
- The identifier of the effect. 
Returns
- bool
- true if this database contains an effect associated with the given name; false otherwise.