Interface ITMPEffectDatabase
- Namespace
- TMPEffects.Databases
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
namestringThe identifier of the effect.
Returns
- bool
true if this database contains an effect associated with the given name; false otherwise.