The Effect type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Effect(SerializationInfo, StreamingContext) |
Deserialization constructor.
|
![]() | Effect(IEffectable, String) |
Constructor for Effect.
|
Methods
Name | Description | |
---|---|---|
![]() | Apply |
This method should be overridden to implement whatever the effect is supposed to achieve.
|
![]() | Destroy |
Calls [!:TMD.Driver.Instance.DestroyObject] to remove call outs, etc.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetCreatorToBlame |
Who to blame for anything that goes wrong with this effect.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData |
Get data for serialization.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnDeserialization |
When an effect is deserialised, this calls Apply()()()() so it can set up CallOuts and modifiers again.
|
![]() | ReApply |
Method should be overridden to re-apply an effect after deserialization.
|
![]() | Remove |
This method should be overridden to remove whatever this effect does.
Calls Destroy()()()() so it can stop call outs if necessary.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Applied | Has this effect been applied. |
![]() | Creator | Who to blame. |
![]() | Description | A description of this effect. |
![]() | Target | The target that this object is applied to |