Class CorniferLocation
Location which gives items through the interface to purchase a map from Cornifer.
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.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class CorniferLocation : AutoLocation
Fields
| Improve this Doc View SourceobjectName
Declaration
public string objectName
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceSupportsCost
Declaration
public override bool SupportsCost { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
| Improve this Doc View SourceIsCorniferCardPresent()
Declaration
public bool IsCorniferCardPresent()
Returns
Type | Description |
---|---|
System.Boolean |
IsCorniferPresent()
Declaration
public bool IsCorniferPresent()
Returns
Type | Description |
---|---|
System.Boolean |
OnLoad()
Declaration
protected override void OnLoad()
Overrides
| Improve this Doc View SourceOnUnload()
Declaration
protected override void OnUnload()