Class AutoPlacement
Placement for self-implementing locations, usually acting through cutscene or conversation fsms.
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.Placements
Assembly: ItemChanger.dll
Syntax
public class AutoPlacement : AbstractPlacement, IPrimaryLocationPlacement, ISingleCostPlacement
Constructors
| Improve this Doc View SourceAutoPlacement(String)
Declaration
public AutoPlacement(string Name)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name |
Fields
| Improve this Doc View SourceLocation
Declaration
public AutoLocation Location
Field Value
Type | Description |
---|---|
AutoLocation |
Properties
| Improve this Doc View SourceCost
Declaration
public Cost Cost { get; set; }
Property Value
Type | Description |
---|---|
Cost |
SupportsCost
Declaration
public virtual bool SupportsCost { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceGetPlacementAndLocationTags()
Declaration
public override IEnumerable<Tag> GetPlacementAndLocationTags()
Returns
Type | Description |
---|---|
IEnumerable<Tag> |
Overrides
| Improve this Doc View SourceOnLoad()
Declaration
protected override void OnLoad()
Overrides
| Improve this Doc View SourceOnUnload()
Declaration
protected override void OnUnload()
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIPrimaryLocationPlacement.Location
Declaration
AbstractLocation IPrimaryLocationPlacement.Location { get; }
Returns
Type | Description |
---|---|
AbstractLocation |