Class ImplicitCostTag
A tag which does not modify behavior, but provides information about the implicit costs of a placement or location.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public class ImplicitCostTag : Tag
Fields
| Improve this Doc View SourceCost
Declaration
public Cost Cost
Field Value
Type | Description |
---|---|
Cost |
Inherent
An inherent cost always applies. A non-inherent cost applies as a substitute when the placement does not have a (non-null) cost.
Declaration
public bool Inherent
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceLoad(Object)
Declaration
public override void Load(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent |
Overrides
| Improve this Doc View SourceUnload(Object)
Declaration
public override void Unload(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent |