Class DestroySeerRewardTag
Tag for destroying Seer rewards according to the flags of the enumeration.
Inherited Members
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public class DestroySeerRewardTag : Tag
Constructors
View SourceDestroySeerRewardTag()
Declaration
public DestroySeerRewardTag()
Fields
View SourcedestroyRewards
Declaration
public SeerRewards destroyRewards
Field Value
| Type | Description |
|---|---|
| SeerRewards |
Methods
View SourceLoad(object)
Virtual method called on tags when their parent loads. The base method checks and throws an exception if the tag is already loaded.
This should not be called directly. Instead, use "LoadOnce" to load and set the Loaded property.
Declaration
public override void Load(object parent)
Parameters
| Type | Name | Description |
|---|---|---|
| object | parent |
Overrides
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | The tag is already loaded. |
Unload(object)
Virtual method called on tags when their parent unloads. The base method checks and throws an exception if the tag is not loaded.
This should not be called directly. Instead, use "UnloadOnce" to unload and set the Loaded property.
Declaration
public override void Unload(object parent)
Parameters
| Type | Name | Description |
|---|---|---|
| object | parent |
Overrides
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | The tag is not loaded. |